forked from Lainports/freebsd-ports
- Fix build with gcc 4.2 - pet portlint PR: 117648 (based on) Submitted by: Pietro Cerutti <gahr@gahr.ch>
10 lines
233 B
C
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"
|