Ticket #19848: patch-util.h

File patch-util.h, 223 bytes (added by hsivank@…, 15 years ago)
Line 
1--- src/util.h.orig     2009-05-17 20:58:55.000000000 +0200
2+++ src/util.2009-05-17 20:59:54.000000000 +0200
3@@ -26,6 +26,8 @@
4 #ifndef __UTIL_H__
5 #define __UTIL_H__
6 
7+#include <glib.h>
8+
9 #ifdef __cplusplus
10 extern "C"
11 {