Explorar o código

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

Andrei Pelinescu-Onciul %!s(int64=17) %!d(string=hai) anos
pai
achega
4385d799b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lock_ops.c

+ 1 - 1
lock_ops.c

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