summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/misc/c++abi/nm1.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/misc/c++abi/nm1.C b/regress/misc/c++abi/nm1.C
index 2ed1a9bcff0..698c0bf1819 100644
--- a/regress/misc/c++abi/nm1.C
+++ b/regress/misc/c++abi/nm1.C
@@ -1,6 +1,7 @@
-/* $OpenBSD: nm1.C,v 1.1 2013/07/06 23:06:36 espie Exp $ */
+/* $OpenBSD: nm1.C,v 1.2 2017/02/07 12:57:12 bluhm Exp $ */
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#define D(T) void witness_##T(T) {}