16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
$OpenBSD: patch-spawn_c,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
|
|
|
|
error: #error "Only <glib.h> can be included directly."
|
|
|
|
--- spawn.c.orig Mon Mar 19 06:58:06 2012
|
|
+++ spawn.c Mon Mar 19 06:58:18 2012
|
|
@@ -24,7 +24,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
|
|
-#include <glib/gspawn.h>
|
|
+#include <glib.h>
|
|
|
|
#include "spawn.h"
|
|
#include "screen.h"
|