13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
$OpenBSD: patch-src_utils_h,v 1.3 2012/01/03 12:11:53 ajacoutot Exp $
|
|
--- src/utils.h.orig Sun Jan 1 00:54:24 2012
|
|
+++ src/utils.h Tue Jan 3 10:50:22 2012
|
|
@@ -26,6 +26,8 @@
|
|
#include <glib.h>
|
|
#include <gtk/gtk.h>
|
|
|
|
+gint childpid;
|
|
+
|
|
#if (GLIB_MINOR_VERSION < 2)
|
|
|
|
# define _g_vsprintf vsprintf
|