Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225495
Collapse All | Expand All

(-)gtksourceregex.c.orig (-5 lines)
Lines 26-37 Link Here
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <glib.h>
27
#include <glib.h>
28
28
29
#ifdef NATIVE_GNU_REGEX
30
#include <sys/types.h>
31
#include <regex.h>
32
#else
33
#include "gnu-regex/regex.h"
29
#include "gnu-regex/regex.h"
34
#endif
35
30
36
#include "gtksourceregex.h"
31
#include "gtksourceregex.h"
37
32

Return to bug 225495