1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

add <sys/types.h>

This commit is contained in:
Eric L. Hernes
1997-12-08 22:39:59 +00:00
parent 3d86014f32
commit cb728a1890

View File

@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include "appenv.h"
#include "general.h"