]> arthur.barton.de Git - netatalk.git/commitdiff
Portability fix. Do wee need the define at all ?
authorFrank Lahm <franklahm@googlemail.com>
Mon, 26 Mar 2012 13:04:52 +0000 (15:04 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Mon, 26 Mar 2012 13:04:52 +0000 (15:04 +0200)
libatalk/compat/rquota_xdr.c

index 5aa27a42b667718116c966319764e1d8b896ca77..03dd3bb601f1d6cb849d43736c5017aa461a649d 100644 (file)
 */
 #if defined(NEED_RQUOTA) || defined(SOLARIS) || (defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 6)
 
+#include <rpc/rpc.h>
+#include <rpcsvc/rquota.h>
+
 #ifndef u_int
 #define u_int unsigned
 #endif
 
-#include <rpc/rpc.h>
-#include <rpcsvc/rquota.h>
-
 bool_t
 xdr_getquota_args(xdrs, objp)
        XDR *xdrs;