summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kempf <stefan@cvs.openbsd.org>2007-11-10 09:49:17 +0000
committerStefan Kempf <stefan@cvs.openbsd.org>2007-11-10 09:49:17 +0000
commiteead99fe98563320f169af5712a4141ac0718db1 (patch)
tree379ba2e4d7adeeb7e179c0e9831bc1cf475c6a36
parent7cde6e34b7b6d52afd0b7cb965244ae2f67bb8b5 (diff)
Pull from master repo:
Include string.h. ok ragge@, otto@
-rw-r--r--usr.bin/pcc/mip/manifest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pcc/mip/manifest.h b/usr.bin/pcc/mip/manifest.h
index e7d89493bd8..53f31244b7b 100644
--- a/usr.bin/pcc/mip/manifest.h
+++ b/usr.bin/pcc/mip/manifest.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: manifest.h,v 1.4 2007/11/04 18:52:45 ragge Exp $ */
+/* $OpenBSD: manifest.h,v 1.5 2007/11/10 09:49:16 stefan Exp $ */
/*
* Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
*
@@ -37,6 +37,7 @@
#define MANIFEST
#include <stdio.h>
+#include <string.h>
#include "../config.h"
#include "macdefs.h"
#include "node.h"