mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
|
--- plug-ins/plugindetails/plugindetails.c.orig Sat Feb 20 18:47:03 1999
|
||
|
+++ plug-ins/plugindetails/plugindetails.c Sat Feb 20 18:47:11 1999
|
||
|
@@ -25,7 +25,7 @@
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <time.h>
|
||
|
-#include <regex.h>
|
||
|
+#include <gnuregex.h>
|
||
|
#include "gtk/gtk.h"
|
||
|
#include "libgimp/gimp.h"
|
||
|
|