summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/mainwin.cpp
authorkergoth <kergoth>2003-01-23 20:12:55 (UTC)
committer kergoth <kergoth>2003-01-23 20:12:55 (UTC)
commit2b0157e5c600f6880ef10a1df187df45ac25f051 (patch) (unidiff)
treef9049b5aac89d9605146efeeb221e2b8dcb26b85 /noncore/settings/aqpkg/mainwin.cpp
parent5100d4dc5012d5ff65bf1afc814e0552fe2d98fa (diff)
downloadopie-2b0157e5c600f6880ef10a1df187df45ac25f051.zip
opie-2b0157e5c600f6880ef10a1df187df45ac25f051.tar.gz
opie-2b0157e5c600f6880ef10a1df187df45ac25f051.tar.bz2
Compile fix, if you use PATH_MAX, include linux/limits.h.
Diffstat (limited to 'noncore/settings/aqpkg/mainwin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/mainwin.cpp b/noncore/settings/aqpkg/mainwin.cpp
index 8090646..ae073ef 100644
--- a/noncore/settings/aqpkg/mainwin.cpp
+++ b/noncore/settings/aqpkg/mainwin.cpp
@@ -15,6 +15,7 @@
15 * * 15 * *
16 ***************************************************************************/ 16 ***************************************************************************/
17 17
18#include <linux/limits.h>
18#include <unistd.h> 19#include <unistd.h>
19 20
20#include <qpe/qcopenvelope_qws.h> 21#include <qpe/qcopenvelope_qws.h>