diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:19:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:19:15 +0000 |
| commit | f4fe0dcb874689001c9d6332e9be1e993663f4e6 (patch) | |
| tree | e9038908d4b08d1776798b419daa579c2bd26f09 /usr.sbin/apmd | |
| parent | b5fce26182f522b4969828b260977eef94f70b25 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/apmd')
| -rw-r--r-- | usr.sbin/apmd/apmdparse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y index f0acea32b508..7ae7f49e81f8 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 |
