diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 09:40:19 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 09:40:19 +0000 |
| commit | c7570d4792cf3814ef8f78f48fbfd8dd736eaa8c (patch) | |
| tree | 00656b041846886e2b798ff555d091db2ad73b6a /misc/afbackup/files | |
| parent | PR: (diff) | |
- Unbreak on -current
PR: 54108
Submitted by: Alexander Marx <mad@madness.at>, maintainer timeout = 2 months
Diffstat (limited to 'misc/afbackup/files')
| -rw-r--r-- | misc/afbackup/files/patch-utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/afbackup/files/patch-utils.h b/misc/afbackup/files/patch-utils.h new file mode 100644 index 000000000000..5553d85bde03 --- /dev/null +++ b/misc/afbackup/files/patch-utils.h @@ -0,0 +1,10 @@ +--- utils.h.orig Sat Jun 28 02:00:49 2003 ++++ utils.h Sat Jun 28 02:04:23 2003 +@@ -10,6 +10,8 @@ + #include <string.h> + #include <math.h> + #include <x_types.h> ++#include <time.h> ++#include <sys/types.h> + + #define NO_ERROR 0 |
