aboutsummaryrefslogtreecommitdiff
path: root/portability.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-08 14:04:04 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-08 14:04:04 -0700
commit7a681564ef70a06544b6337dc877265af7a43996 (patch)
tree7652fb0817f7c849c26a24c4a379063310920fc7 /portability.h
parent5be0f1f21190ca2e63e231df8d6f51b0898307e3 (diff)
Move all the function attributes from funcattrs.h to pcap/funcattrs.h.
That lets us use any of them in public declarations, if we ever need to.
Diffstat (limited to 'portability.h')
-rw-r--r--portability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/portability.h b/portability.h
index 21445bd5..862ae706 100644
--- a/portability.h
+++ b/portability.h
@@ -39,7 +39,7 @@
* flavors of UN*X.
*/
-#include "funcattrs.h"
+#include "pcap/funcattrs.h"
#ifdef __cplusplus
extern "C" {