Support build in c++0x on linux and osx

This commit is contained in:
Mohamed Boussaffa
2016-03-04 22:44:30 +08:00
parent c6ceac7bf8
commit 8638379ffd
3 changed files with 14 additions and 7 deletions

View File

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