mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 07:11:47 +01:00
19 lines
375 B
Diff
19 lines
375 B
Diff
--- ./stinit.c.orig
|
|
+++ ./stinit.c
|
|
@@ -8,6 +8,7 @@
|
|
Last modified: Sun Apr 27 14:24:16 2008 by kai.makisara
|
|
*/
|
|
|
|
+#define _GNU_SOURCE
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
@@ -16,6 +17,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <dirent.h>
|
|
+#include <limits.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/sysmacros.h>
|