summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-03-09 20:43:30 -0300
committerPerberos <[email protected]>2012-03-09 20:43:30 -0300
commit1d633a3a02df3809cbe01b592d875374e931373d (patch)
tree0d89a4661fed905e8ed8c9b41526a0d5a248feb7 /src/interface.h
parent8f583a5decc28f0f1283bc0067be77904e78871e (diff)
downloadmate-system-monitor-1d633a3a02df3809cbe01b592d875374e931373d.tar.bz2
mate-system-monitor-1d633a3a02df3809cbe01b592d875374e931373d.tar.xz
build error with glib2-2.31 (https://github.com/mate-desktop/mate-system-monitor/issues/2)
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index 4bda35a..b26b670 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -20,7 +20,7 @@
#ifndef _PROCMAN_INTERFACE_H_
#define _PROCMAN_INTERFACE_H_
-#include <glib/gtypes.h>
+#include <glib.h>
#include <gtk/gtk.h>
#include "procman.h"