diff options
Diffstat (limited to 'pceplib/test/pcep_socket_comm_tests.c')
| -rw-r--r-- | pceplib/test/pcep_socket_comm_tests.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/pceplib/test/pcep_socket_comm_tests.c b/pceplib/test/pcep_socket_comm_tests.c index 293678f1a7..6a5839d3d0 100644 --- a/pceplib/test/pcep_socket_comm_tests.c +++ b/pceplib/test/pcep_socket_comm_tests.c @@ -21,6 +21,10 @@   */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +  #include <CUnit/Basic.h>  #include <CUnit/CUnit.h>  #include <CUnit/TestDB.h>  | 
