summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-15 12:11:16 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-15 12:11:16 +0000
commit80677ac2904edf20c75d0d1e65d7ccd39c50ef27 (patch)
treeadcd5e9be12a1da894cb684a43ec624479a0b946 /src
parentd2cbe9abf72ec8775061c2d6540b1eb3e44b4840 (diff)
Changed all #include "config.h" to #include <config.h>.
This is necessary for out-of-source builds (e.g. CMake) to work correctly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/xutf8/utf8Input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/utf8Input.c b/src/xutf8/utf8Input.c
index 4108c9f11..0e37485ea 100644
--- a/src/xutf8/utf8Input.c
+++ b/src/xutf8/utf8Input.c
@@ -25,7 +25,7 @@
#if !defined(WIN32) && !defined(__APPLE__)
-#include "config.h"
+#include <config.h>
#include "../../FL/Xutf8.h"
#include <X11/X.h>
#include <X11/Xlib.h>