Fixing build on OSx

This commit is contained in:
Mohamed Boussaffa
2016-03-04 22:49:40 +08:00
parent 8638379ffd
commit 7cd7358c6c
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#define LIBNETHOGS_H_
#include <stdint.h>
#include <inttypes.h>
#include <string>
#define NETHOGS_DSO_VISIBLE __attribute__ ((visibility ("default")))