commit | 1425941e290a89c3e82e8db01b9d8a615e780500 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Nov 06 20:57:11 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 06 20:57:11 2001 +0000 |
tree | 22ebb187a87727217a3e4ce6e5fcbcd3cadede73 | |
parent | 2663b80f167f1f7b0192f18b9c9a18d210d4af38 [diff] [blame] |
Fix the #include order for config.h. Add #include "config.h" directives where needed.
diff --git a/windows/x11drv/clipboard.c b/windows/x11drv/clipboard.c index 8cf9994..4dcd92c 100644 --- a/windows/x11drv/clipboard.c +++ b/windows/x11drv/clipboard.c
@@ -45,7 +45,7 @@ * */ -#include "ts_xlib.h" +#include "config.h" #include <string.h> #include <stdio.h> @@ -53,6 +53,7 @@ #include <unistd.h> #include <fcntl.h> +#include "ts_xlib.h" #include "winreg.h" #include "clipboard.h" #include "win.h"