#! /bin/sh /usr/share/dpatch/dpatch-run
## DP: Fix path for include files

@DPATCH@

--- 3dchess-0.8.1.orig/src/callbaks.c
+++ 3dchess-0.8.1/src/callbaks.c
@@ -41,9 +41,9 @@
 
 #include <X11/xpm.h>
 
-#include "local.h"
-#include "machine.h"
-#include "3Dc.h"
+#include "../include/local.h"
+#include "../include/machine.h"
+#include "../include/3Dc.h"
 
 Local GfxInfo *
 Widget2GfxInfo(Widget w)
