]> andersk Git - moira.git/commitdiff
move <string.h> inclusion up in the list for clean Solaris compiling
authormar <mar>
Mon, 25 Oct 1993 16:39:26 +0000 (16:39 +0000)
committermar <mar>
Mon, 25 Oct 1993 16:39:26 +0000 (16:39 +0000)
clients/userreg/userreg.c

index 440e96cd761a677464c1ee441df35f8e6e04ed73..7a128c315c236bd4a670e68c45de6a47393ef70e 100644 (file)
@@ -14,12 +14,12 @@ static char    *rcsid_userreg_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
+#include <string.h>
 #include <curses.h>
 #include <signal.h>
 #include <sys/time.h>
 #include <setjmp.h>
 #include <ctype.h>
-#include <string.h>
 #include <krb.h>
 #include <des.h>
 #include <kadm.h>
This page took 0.03597 seconds and 5 git commands to generate.