blob: 552b9a4061021a2fcc5c1515be49d0842950fc81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- localsys.h.orig Mon Feb 15 02:27:37 1999
+++ localsys.h Thu Feb 18 11:09:40 1999
@@ -13,13 +13,13 @@
* func_type funcname P__((arglist));
*/
-#include "config.h"
-
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>
#include <pwd.h>
#include <grp.h>
+
+#include "config.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
|