mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
10 lines
239 B
C
10 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"
|