summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-09 06:19:15 +0000
committerimp <imp@FreeBSD.org>2003-06-09 06:19:15 +0000
commitd094e330d986133afbc6c5ab88af6cbb987d3326 (patch)
treee9038908d4b08d1776798b419daa579c2bd26f09 /usr.sbin/apmd
parent8c54690ffef0b5f0bf7b040ddd6b50a8343bec8d (diff)
downloadFreeBSD-src-d094e330d986133afbc6c5ab88af6cbb987d3326.zip
FreeBSD-src-d094e330d986133afbc6c5ab88af6cbb987d3326.tar.gz
include string.h for memcmp declearation
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/apmdparse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y
index f0acea3..7ae7f49 100644
--- a/usr.sbin/apmd/apmdparse.y
+++ b/usr.sbin/apmd/apmdparse.y
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <bitstring.h>
#include <stdlib.h>
+#include <string.h>
#include "apmd.h"
#ifdef DEBUG
OpenPOWER on IntegriCloud