18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2003/12/18 16:39:18 agc Exp $
|
|
|
|
*** handlers/cmd-control.c 2002/09/30 19:45:00 1.2
|
|
--- handlers/cmd-control.c 2003/12/18 09:55:45
|
|
***************
|
|
*** 18,22 ****
|
|
#include <stdio.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
- #include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
--- 18,22 ----
|
|
#include <stdio.h>
|
|
+ #include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
#include <sys/stat.h>
|