mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
6fc230b634
While here add license (GPLv2)
11 lines
220 B
C
11 lines
220 B
C
--- src/includes.h.orig 2003-05-02 17:44:53 UTC
|
|
+++ src/includes.h
|
|
@@ -27,6 +27,7 @@
|
|
#include<stdio.h>
|
|
#include<stdlib.h>
|
|
#include<string.h>
|
|
+#include<unistd.h>
|
|
#include<regex.h>
|
|
#include<errno.h>
|
|
#include<time.h>
|