changeset 3570:151c75a0f146

don't indent the #include directive
author Jim Meyering <jim@meyering.net>
date Thu, 01 Nov 2001 16:47:00 +0000
parents 56653e7fdac7
children 3b55576f7721
files m4/dirfd.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/dirfd.m4
+++ b/m4/dirfd.m4
@@ -31,7 +31,7 @@
 	  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