Fixing OSx build, another attempt

This commit is contained in:
Mohamed Boussaffa
2016-03-04 22:59:44 +08:00
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")))