blob: b19c1af2814a69ad1f0bb528a72ef017fa7ef751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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>
|