mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
From d3c585d16030c1bd44183499ffa4660ae7e69ec1 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Mon, 16 Feb 2015 17:22:43 +0000
|
|
Subject: fstatat is in sys/stat.h
|
|
|
|
|
|
diff --git a/lib/symlinkat.c b/lib/symlinkat.c
|
|
index ce10d94..814b19a 100644
|
|
--- a/lib/symlinkat.c
|
|
+++ b/lib/symlinkat.c
|
|
@@ -18,6 +18,9 @@
|
|
|
|
#include <config.h>
|
|
|
|
+#ifdef __HAIKU__
|
|
+#include <sys/stat.h>
|
|
+#endif
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
|
|
--
|
|
1.8.3.4
|
|
|