diff options
Diffstat (limited to 'main/atop/atop-include-macros.patch')
-rw-r--r-- | main/atop/atop-include-macros.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/atop/atop-include-macros.patch b/main/atop/atop-include-macros.patch new file mode 100644 index 0000000000..d535d1065b --- /dev/null +++ b/main/atop/atop-include-macros.patch @@ -0,0 +1,10 @@ +--- a/photosyst.c ++++ b/photosyst.c +@@ -152,6 +152,7 @@ + static const char rcsid[] = "$Id: photosyst.c,v 1.38 2010/11/19 07:40:40 gerlof Exp $"; + + #include <sys/types.h> ++#include <sys/sysmacros.h> + #include <stdio.h> + #include <string.h> + #include <unistd.h> |