Skip to content

Commit 9e814d8

Browse files
committed
core: fix includes in utils.c
Fix of previous fix...
1 parent 2824495 commit 9e814d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/utils.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@
5252
#include <string.h>
5353
#include <sys/stat.h>
5454

55+
#ifdef __cplusplus
56+
extern "C" {
57+
#endif
5558
#include <ipfixcol2/api.h>
59+
#include <ipfixcol2/verbose.h>
60+
#ifdef __cplusplus
61+
}
62+
#endif
5663

5764

5865
int

0 commit comments

Comments
 (0)