mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0267ab2ef6
- Trim header PR: 175036 Submitted by: Ports Fury
14 lines
253 B
C
14 lines
253 B
C
--- icb/s_admin.c.orig 2000-10-02 20:25:49.000000000 +0900
|
|
+++ icb/s_admin.c 2012-10-25 18:31:57.000000000 +0900
|
|
@@ -6,6 +6,10 @@
|
|
#include "icb.h"
|
|
#include "externs.h"
|
|
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h>
|
|
+#endif
|
|
+
|
|
int
|
|
s_admin (ARGV_TCL)
|
|
{
|