summaryrefslogtreecommitdiff
path: root/lib/linkat.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-06 11:11:39 +0200
committerJim Meyering <meyering@redhat.com>2009-10-06 11:11:39 +0200
commit6f6420cc9705dcfa545a28c674fddf5703e72c86 (patch)
tree4d116604465e5ee07c162a3117d76e80cdab8c8b /lib/linkat.c
parentcdba659e0746e0d7c6ecbcabfbb25132f5418a38 (diff)
downloadgnulib-6f6420cc9705dcfa545a28c674fddf5703e72c86.tar.gz
linkat: avoid compilation failure
* lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
Diffstat (limited to 'lib/linkat.c')
-rw-r--r--lib/linkat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/linkat.c b/lib/linkat.c
index f785d091f8..e0dd8f2867 100644
--- a/lib/linkat.c
+++ b/lib/linkat.c
@@ -23,6 +23,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>