diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-05 13:25:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-05 13:25:43 +0800 |
commit | 1130fccd65284e4ab94c99c3a155c941b034c840 (patch) | |
tree | 9cd2ee6b399adcf3887d8b4e5a0b10839e48135b /x11/gdm/files/patch-daemon_display.h | |
parent | 802d892f58c367313c7b39bb1cf120886669c332 (diff) | |
download | marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar.gz marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar.bz2 marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar.lz marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar.xz marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.tar.zst marcuscom-ports-1130fccd65284e4ab94c99c3a155c941b034c840.zip |
Update to 2.19.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8821 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/files/patch-daemon_display.h')
-rw-r--r-- | x11/gdm/files/patch-daemon_display.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-daemon_display.h b/x11/gdm/files/patch-daemon_display.h new file mode 100644 index 000000000..ed489184f --- /dev/null +++ b/x11/gdm/files/patch-daemon_display.h @@ -0,0 +1,11 @@ +--- daemon/display.h.orig Sat May 5 01:17:56 2007 ++++ daemon/display.h Sat May 5 01:18:27 2007 +@@ -23,6 +23,8 @@ + + #include <X11/Xlib.h> /* for Display */ + #include <X11/Xmd.h> /* for CARD32 */ ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> /* for in_addr */ + + typedef struct _GdmDisplay GdmDisplay; |