Ticket #23030: patch-rzip.h

File patch-rzip.h, 433 bytes (added by jlaurila@…, 14 years ago)
Line 
1--- ../lrzip-0.42-orig/rzip.h   2009-11-29 23:56:37.000000000 +0200
2+++ rzip.h      2009-12-25 14:35:08.000000000 +0200
3@@ -38,12 +38,12 @@
4 #include <sys/time.h>
5 
6 #include <sys/mman.h>
7-#include <syscall.h>
8+#include <sys/syscall.h>
9 
10 #ifdef __APPLE__
11 #include <sys/sysctl.h>
12-#include <lzo2/lzoconf.h>
13-#include <lzo2/lzo1x.h>
14+#include <lzo/lzoconf.h>
15+#include <lzo/lzo1x.h>
16 #else
17 #include <lzo/lzoconf.h>
18 #include <lzo/lzo1x.h>