pkgsrc/sysutils/gnome-system-monitor/patches/patch-src_openfiles_h

16 lines
315 B
Text
Raw Normal View History

2012-05-07 03:22:50 +02:00
$NetBSD: patch-src_openfiles_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
Fix build with latest glib2.
--- src/openfiles.h~ 2010-02-09 13:23:26.000000000 +0000
+++ src/openfiles.h
@@ -1,7 +1,7 @@
#ifndef _OPENFILES_H_
#define _OPENFILES_H_
-#include <glib/gtypes.h>
+#include <glib.h>
#include "procman.h"