mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
157deba61d
PR: ports/167227 Approved by: crees (mentor)
11 lines
231 B
C
11 lines
231 B
C
--- title.c.orig 2008-03-06 06:58:16.000000000 +0900
|
|
+++ title.c 2012-04-23 14:28:39.000000000 +0900
|
|
@@ -5,6 +5,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#ifdef HAVE_FCNTL_H
|
|
# include <fcntl.h>
|
|
#endif
|