]> arthur.barton.de Git - netatalk.git/commitdiff
compile hell, take two.
authordidg <didg>
Fri, 20 Feb 2004 20:17:53 +0000 (20:17 +0000)
committerdidg <didg>
Fri, 20 Feb 2004 20:17:53 +0000 (20:17 +0000)
include/atalk/adouble.h

index 4092ee60c90225b867ed52890e21d8f41e9febb5..a9f17bb0a533ded6d73d01b6938ad2c1246b3892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: adouble.h,v 1.21.6.10 2004-02-20 19:56:15 didg Exp $
+ * $Id: adouble.h,v 1.21.6.11 2004-02-20 20:17:53 didg Exp $
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
 #endif
 
 #ifdef HAVE_PWRITE
-
 #ifndef HAVE_PREAD
 #undef HAVE_PWRITE
 #endif
-
 #endif
 
-
-#include <sys/cdefs.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-
 #ifdef  HAVE_PREAD
 #ifdef _XOPEN_SOURCE
 #undef _XOPEN_SOURCE
 #define _XOPEN_SOURCE 500
 #endif
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 #ifdef HAVE_UNISTD_H
 #undef __USE_MISC
 #define __USE_MISC
 #include <unistd.h>
 #endif 
 
+#include <sys/cdefs.h>
+
 #ifdef HAVE_FCNTL_H  
 #include <fcntl.h>
 #endif