don't indent the #include directive
authorJim Meyering <jim@meyering.net>
Thu, 1 Nov 2001 16:47:00 +0000 (16:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Nov 2001 16:47:00 +0000 (16:47 +0000)
m4/dirfd.m4

index e02b401abb94c5972b625a709a804a8f07932081..fce3e99c6d7b349242d35314b7e0520ee173123b 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
          DEFS="$DEFS -DDIR_TO_FD=$ac_expr"
          AC_TRY_COMPILE(
            [#include <sys/types.h>
-            #include <dirent.h>
+#include <dirent.h>
            ],
            [DIR *dir_p = opendir("."); (void) ($ac_expr);],
            dir_fd_done=yes