aboutsummaryrefslogtreecommitdiffstats
path: root/src/security.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-03 07:25:06 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-03 07:25:06 +0100
commit5b2b8447be1e686df02642767e452fc3e5f85489 (patch)
treecb2b803fe9483871ac51c6be283666314971407f /src/security.h
parentupdate makefile (diff)
downloadlibpassphrase-5b2b8447be1e686df02642767e452fc3e5f85489.tar.gz
libpassphrase-5b2b8447be1e686df02642767e452fc3e5f85489.tar.bz2
libpassphrase-5b2b8447be1e686df02642767e452fc3e5f85489.tar.xz
forgot to include signal.h
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/security.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/security.h b/src/security.h
index 9c7804d..3e12af4 100644
--- a/src/security.h
+++ b/src/security.h
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <termios.h>
#include <fcntl.h>
+#include <signal.h>
/**