瀏覽代碼

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