mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
11 lines
239 B
C
11 lines
239 B
C
|
--- function.c.orig Sat Jul 1 04:21:29 2000
|
||
|
+++ function.c Sun Jun 15 18:13:51 2003
|
||
|
@@ -5,6 +5,7 @@
|
||
|
* See the included file LICENSE for details.
|
||
|
*/
|
||
|
|
||
|
+#include <string.h>
|
||
|
#include "common.h"
|
||
|
#include "function.h"
|
||
|
#include "exec.h"
|