summaryrefslogtreecommitdiff
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 4344a1312..5c535d1af 100644
--- a/msg.c
+++ b/msg.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: msg.c,v 1.12 2006/07/11 20:07:25 stevesk Exp $ */ 1/* $OpenBSD: msg.c,v 1.13 2006/07/17 01:31:09 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -24,7 +24,10 @@
24 */ 24 */
25#include "includes.h" 25#include "includes.h"
26 26
27#include <sys/types.h>
28
27#include <errno.h> 29#include <errno.h>
30#include <unistd.h>
28 31
29#include "buffer.h" 32#include "buffer.h"
30#include "log.h" 33#include "log.h"