linkat: Fix compilation on MSVC 9.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Sep 2011 11:25:16 +0000 (13:25 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Sep 2011 11:25:16 +0000 (13:25 +0200)
* lib/linkat.c: Don't include <stdint.h>.

ChangeLog
lib/linkat.c

index cf28a2f..d499ecc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-09-25  Bruno Haible  <bruno@clisp.org>
 
+       linkat: Fix compilation on MSVC 9.
+       * lib/linkat.c: Don't include <stdint.h>.
+
+2011-09-25  Bruno Haible  <bruno@clisp.org>
+
        fclose: Support for MSVC 9.
        * lib/fclose.c: Include msvc-inval.h.
        (fclose_nothrow): New function.
index 77b6345..7b6d0dd 100644 (file)
@@ -23,7 +23,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <limits.h>
-#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>