diff options
Diffstat (limited to 'deskutils/mdh/files/patch-src::mdh_panel_temp.c')
-rw-r--r-- | deskutils/mdh/files/patch-src::mdh_panel_temp.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/mdh/files/patch-src::mdh_panel_temp.c b/deskutils/mdh/files/patch-src::mdh_panel_temp.c new file mode 100644 index 000000000000..6bdc3982c6ea --- /dev/null +++ b/deskutils/mdh/files/patch-src::mdh_panel_temp.c @@ -0,0 +1,13 @@ +--- src/mdh_panel_temp.c.orig Wed Nov 12 05:36:52 2003 ++++ src/mdh_panel_temp.c Wed Nov 12 05:37:28 2003 +@@ -33,9 +33,9 @@ + #include <string.h> + #include <stdarg.h> + #include <errno.h> ++#include <sys/types.h> + #include <regex.h> + #include <signal.h> +-#include <sys/types.h> + #include <sys/stat.h> + #include <time.h> + #include <wait.h> |