Add missing include

This commit is contained in:
Brian Somers 1998-03-13 01:55:47 +00:00
parent c4c4aaacea
commit 70a91e4c40

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: log.c,v 1.24 1997/12/24 09:29:05 brian Exp $
* $Id: log.c,v 1.25 1998/01/21 02:15:18 brian Exp $
*/
#include <sys/param.h>
@ -31,6 +31,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <syslog.h>
#include "command.h"