aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-15 23:00:27 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-15 23:00:27 -0400
commit8e0990f5e964711e7895064943ee5b22ff27efd9 (patch)
tree680351aefca51e234b82d359d1716a2e2748aeb4 /src/textadept.c
parenta592b83eb7d753c4334afd89d04f378ac41dcdd8 (diff)
downloadtextadept-8e0990f5e964711e7895064943ee5b22ff27efd9.tar.gz
textadept-8e0990f5e964711e7895064943ee5b22ff27efd9.zip
Include CDK directly instead of requiring it as a dependency.
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textadept.c b/src/textadept.c
index de99f86b..0c776f9d 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -28,7 +28,7 @@
#include <sys/ioctl.h>
#include <termios.h>
#include <ncurses.h>
-#include <cdk/cdk.h>
+#include "cdk.h"
#define PLAT_TERM 1
#endif