cygwin build issues. Closes issue #48

This commit is contained in:
Jean-Francois Dockes 2011-03-07 18:43:42 +01:00
parent eeaf8961c2
commit c0382554b2
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,7 @@ unix {
-lz
INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
../utils ../aspell ../rcldb \
../utils ../aspell ../rcldb ../qtgui \
confgui
DEPENDPATH += $$INCLUDEPATH
POST_TARGETDEPS = ../lib/librcl.a

View File

@ -17,6 +17,7 @@
#ifndef _PATHUT_H_INCLUDED_
#define _PATHUT_H_INCLUDED_
/* @(#$Id: pathut.h,v 1.16 2008-12-04 11:49:59 dockes Exp $ (C) 2004 J.F.Dockes */
#include <unistd.h>
#include <string>
#include <list>