ソースを参照

tests/helper.h: add missing include

Nathalie Furmento 7 年 前
コミット
cde74f2aac
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      tests/helper.h

+ 3 - 0
tests/helper.h

@@ -16,8 +16,11 @@
 
 #ifndef _TESTS_HELPER_H
 #define _TESTS_HELPER_H
+
 #include <errno.h>
+#include <common/config.h>
 #include <common/utils.h>
+
 #ifdef HAVE_GETRLIMIT
 #include <sys/resource.h>
 #endif