mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
11 lines
276 B
Diff
11 lines
276 B
Diff
--- ./include/sudo_compat.h.orig
|
|
+++ ./include/sudo_compat.h
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
#include <stddef.h> /* for rsize_t */
|
|
+#include <sys/types.h> /* for id_t */
|
|
|
|
/*
|
|
* Macros and functions that may be missing on some operating systems.
|