This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit 5beaeee06891f45f3acfe87c7f2bfa6db68fef30
Author: ninsbl <stefan.blumentr...@gmx.de>
Date:   Tue Oct 22 13:36:06 2013 +0200

    Make include-paths in fyba.h build-dependent
---
 src/FYBA/fyba.h | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/FYBA/fyba.h b/src/FYBA/fyba.h
index 6ac9415..1df7bbc 100644
--- a/src/FYBA/fyba.h
+++ b/src/FYBA/fyba.h
@@ -85,8 +85,13 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "..\GM\fygm.h"
-#include "..\UT\fyut.h"
+#ifdef WIN32
+#      include "..\GM\fygm.h"
+#      include "..\UT\fyut.h"
+#else
+#      include <fygm.h>
+#      include <fyut.h>
+#endif
 
 
 /* ======================================================= */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fyba.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to