3dchess (0.8.1-16) 01_piece.c.dpatch

Summary

 src/piece.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

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

@DPATCH@

--- 3dchess-0.8.1.orig/src/piece.c
+++ 3dchess-0.8.1/src/piece.c
@@ -26,8 +26,8 @@
 */
 
 #include <malloc.h>
-#include "machine.h"
-#include "3Dc.h"
+#include "../include/machine.h"
+#include "../include/3Dc.h"
 
 #define PARAMS (Piece *, File, Rank, Level)