浏览代码

srdb1: fixed compilation on Mac OS X

- pvar.h included before changing OS compile flags for time functions
Daniel-Constantin Mierla 14 年之前
父节点
当前提交
0a8e9ea741
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/srdb1/db_ut.h

+ 2 - 1
lib/srdb1/db_ut.h

@@ -33,6 +33,8 @@
 #ifndef DB1_UT_H
 #define DB1_UT_H
 
+#include "../../pvar.h"
+
 /**
  * make strptime available
  * use 600 for 'Single UNIX Specification, Version 3'
@@ -54,7 +56,6 @@
 
 #include "db_key.h"
 #include "db.h"
-#include "../../pvar.h"
 
 
 /**