diff options
Diffstat (limited to 'src/XpGetData.c')
-rw-r--r-- | src/XpGetData.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/XpGetData.c b/src/XpGetData.c index 2769634..1fb20b6 100644 --- a/src/XpGetData.c +++ b/src/XpGetData.c @@ -34,12 +34,13 @@ ** ****************************************************************************** *****************************************************************************/ +/* $XFree86: xc/lib/Xp/XpGetData.c,v 1.5 2002/10/16 00:37:32 dawes Exp $ */ #define NEED_REPLIES -#include "Printstr.h" -#include "Xlibint.h" -#include "extutil.h" +#include <X11/extensions/Printstr.h> +#include <X11/Xlibint.h> +#include "XpExtUtil.h" #define MAX_XP_BUFFER_SIZE 32768 |