changeset 15780:53bb65800bd2

linkat: Fix compilation on MSVC 9. * lib/linkat.c: Don't include <stdint.h>.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Sep 2011 13:25:16 +0200
parents fb3ece2324db
children 16f47458947e
files ChangeLog lib/linkat.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
--- a/lib/linkat.c
+++ b/lib/linkat.c
@@ -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>