Module Name: src
Committed By: christos
Date: Wed Feb 1 01:22:39 UTC 2017
Modified Files:
src/external/bsd/libevent/include: Makefile
Log Message:
need visibility.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libevent/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libevent/include/Makefile
diff -u src/external/bsd/libevent/include/Makefile:1.2 src/external/bsd/libevent/include/Makefile:1.3
--- src/external/bsd/libevent/include/Makefile:1.2 Thu Apr 11 12:55:51 2013
+++ src/external/bsd/libevent/include/Makefile Tue Jan 31 20:22:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/04/11 16:55:51 christos Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/01 01:22:39 christos Exp $
.include <bsd.init.mk>
@@ -33,6 +33,7 @@ event2/rpc_struct.h \
event2/tag.h \
event2/tag_compat.h \
event2/thread.h \
-event2/util.h
+event2/util.h \
+event2/visibility.h
.include <bsd.prog.mk>