Преглед на файлове

tests/helper.h: add missing include

Nathalie Furmento преди 8 години
родител
ревизия
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