diff options
Diffstat (limited to 'editors/mg/files/patch-def.h')
-rw-r--r-- | editors/mg/files/patch-def.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mg/files/patch-def.h b/editors/mg/files/patch-def.h new file mode 100644 index 000000000000..8786d400eb14 --- /dev/null +++ b/editors/mg/files/patch-def.h @@ -0,0 +1,11 @@ +diff -u -x _darcs -ur _darcs/current/def.h ./def.h +--- _darcs/current/def.h Tue Jun 14 20:14:40 2005 ++++ ./def.h Sun Aug 21 02:30:50 2005 +@@ -3,6 +3,7 @@ + /* This file is in the public domain. */ + + #include <sys/queue.h> ++#include "queue.h" + + /* + * This file is the general header file for all parts |