Ver Fonte

- magic include reordering to work around type declaration conflicts between
linux-libc-dev and libc headers in debian

Andrei Pelinescu-Onciul há 17 anos atrás
pai
commit
4385d799b2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lock_ops.c

+ 1 - 1
lock_ops.c

@@ -24,9 +24,9 @@
  *  2007-05-14  created by andrei
  *  2007-05-14  created by andrei
  */
  */
 
 
-#include "lock_ops.h"
 #include "ut.h"
 #include "ut.h"
 #include "dprint.h"
 #include "dprint.h"
+#include "lock_ops.h"
 
 
 /* returns 0 on success, -1 on error */
 /* returns 0 on success, -1 on error */
 int init_lock_ops()
 int init_lock_ops()