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