aboutsummaryrefslogtreecommitdiff
path: root/snckrb5.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-08 13:50:32 +0100
committerGuido Guenther <agx@sigxcpu.org>2009-01-08 15:41:14 +0100
commitb6adfa9f45791ca5b3786724cf309a73e4ca4dc0 (patch)
treeb33d84dc56a2e601c14075b0fb01686e5b2bfcb6 /snckrb5.c
parent2ad1649e77c8086ceaf38d0d94cb7e4e452c3512 (diff)
include string.hHEADmaster
for memset
Diffstat (limited to 'snckrb5.c')
-rw-r--r--snckrb5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/snckrb5.c b/snckrb5.c
index f706278..716b9cc 100644
--- a/snckrb5.c
+++ b/snckrb5.c
@@ -150,6 +150,7 @@ static char * cvs_id =
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
/**********************************************************************/
/* */