summaryrefslogtreecommitdiff
path: root/sys-utils/ipcrm.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:25:34 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:25:34 +0100
commitfd6b7a7ffc50400704beb41d5a23af5f9edb1eed (patch)
tree997c0ca2abc018369babd7da59bcd0afe492068e /sys-utils/ipcrm.c
parent726f69e29ca9d4842f3acb20fffd2466fda62c09 (diff)
downloadutil-linux-old-fd6b7a7ffc50400704beb41d5a23af5f9edb1eed.tar.gz
Imported from util-linux-2.7.1 tarball.
Diffstat (limited to 'sys-utils/ipcrm.c')
-rw-r--r--sys-utils/ipcrm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c
index 7273b341..eceb0b71 100644
--- a/sys-utils/ipcrm.c
+++ b/sys-utils/ipcrm.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <errno.h>
#include <sys/shm.h>
#include <sys/msg.h>