blob: 552b9a4061021a2fcc5c1515be49d0842950fc81 (
plain) (
tree)
|
|
--- 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>
|