mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
16 lines
449 B
C
16 lines
449 B
C
$NetBSD: patch-lib_fdbuf_fdobuf.h,v 1.1 2015/01/02 04:38:20 schmonz Exp $
|
|
|
|
Provide uid_t and gid_t definitions.
|
|
|
|
--- lib/fdbuf/fdobuf.h.orig 2015-01-02 02:59:35.000000000 +0000
|
|
+++ lib/fdbuf/fdobuf.h
|
|
@@ -14,6 +14,8 @@
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#ifndef FDBUF__FDOBUF__H__
|
|
#define FDBUF__FDOBUF__H__
|
|
|