aboutsummaryrefslogtreecommitdiff
path: root/src/nukectl.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-12-09 23:06:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-12-09 23:06:30 -0500
commit659a5bde39aaf66c564d74f26764d9cad14744da (patch)
treed0553460ad95e44373e01db45cc3cabcad8d2f4c /src/nukectl.c
parent4d123d9e3253a08166d0d1924b86d6b63336f0e9 (diff)
parent09996f0b3127f75644172de75547a4dae22cb4f7 (diff)
downloadNetNuke2-659a5bde39aaf66c564d74f26764d9cad14744da.tar.gz
Merge branch 'ncurses' of http://github.com/phenex/NetNuke into ncurses
Diffstat (limited to 'src/nukectl.c')
-rw-r--r--src/nukectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nukectl.c b/src/nukectl.c
index 2404a5b..3ee3bc5 100644
--- a/src/nukectl.c
+++ b/src/nukectl.c
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <pthread.h>
#include <fcntl.h>
+#include <openssl/ssl.h>
#include "netnuke.h"
FILE* randfp;