summaryrefslogtreecommitdiff
path: root/ext/libelf/libelf_allocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libelf/libelf_allocate.c')
-rw-r--r--ext/libelf/libelf_allocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libelf/libelf_allocate.c b/ext/libelf/libelf_allocate.c
index c4c1b6ac5..9e1280c47 100644
--- a/ext/libelf/libelf_allocate.c
+++ b/ext/libelf/libelf_allocate.c
@@ -28,7 +28,7 @@
* Internal APIs
*/
-#include <sys/errno.h>
+#include <errno.h>
#include <assert.h>
#include "libelf.h"