include string.h for memcmp declearation

This commit is contained in:
Warner Losh 2003-06-09 06:19:15 +00:00
parent b5fce26182
commit f4fe0dcb87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116074

View File

@ -33,6 +33,7 @@
#include <stdio.h>
#include <bitstring.h>
#include <stdlib.h>
#include <string.h>
#include "apmd.h"
#ifdef DEBUG