diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-04 19:33:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-04 19:33:54 (GMT) |
commit | 11bd96f522f132f96f962526ac9d71fce0527941 (patch) | |
tree | 9ea4877ec550e946bf820f16faf0e54c4100c9e8 /unix/configure | |
parent | ffbe67c65253a900b98f481ed64d4928f470adb9 (diff) | |
parent | 81273c08299cbf6136ed00929ef536381e044d91 (diff) | |
download | tcl-11bd96f522f132f96f962526ac9d71fce0527941.zip tcl-11bd96f522f132f96f962526ac9d71fce0527941.tar.gz tcl-11bd96f522f132f96f962526ac9d71fce0527941.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 0c45498..1c0d582 100755 --- a/unix/configure +++ b/unix/configure @@ -9788,7 +9788,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <sys/types.h> -#include <sys/dirent.h> +#include <dirent.h> int main () { |