freebsd-ports/devel/a2dev/files/patch-util_names.c
Martin Wilke cd06a37022 - Unbreak
- Fix build with gcc 4.2
- pet portlint

PR:		117648 (based on)
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-10-30 10:54:00 +00:00

10 lines
233 B
C

--- util/names.c.orig 2007-10-30 11:34:51.000000000 +0100
+++ util/names.c 2007-10-30 11:40:14.000000000 +0100
@@ -6,6 +6,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "util.h"
#include "error.h"
#include "hash.h"