diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-07 11:56:25 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-07 11:56:25 +0200 |
commit | 3f61f5d1b061ca22ee8cccdc19df8ecddd23c8b2 (patch) | |
tree | 1c6d1503d2a3962e317bb578cf7b25f5c9a49715 | |
parent | fdef2ab3e87afe8857ea7485a91c25d8727e6b7e (diff) |
Add missing defines.
-rw-r--r-- | src/path.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/path.cc b/src/path.cc index 959d364..08565fd 100644 --- a/src/path.cc +++ b/src/path.cc @@ -27,8 +27,11 @@ #include "path.h" #ifndef WIN32 + #include <libgen.h> +#else/*WIN32*/ + #ifndef _MAX_DIR #define _MAX_DIR 256 #endif |