18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
$NetBSD: patch-tests_test-objects_c,v 1.1 2012/05/07 00:46:25 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- tests/test-objects.c~ 2009-11-07 14:28:35.000000000 +0000
|
|
+++ tests/test-objects.c
|
|
@@ -28,10 +28,6 @@
|
|
#include <glib.h>
|
|
#include <glib-object.h>
|
|
|
|
-#if GLIB_CHECK_VERSION(2,16,0)
|
|
-#include <glib/gtestutils.h>
|
|
-#endif
|
|
-
|
|
#include "object.h"
|
|
#include "plug-ins.h"
|
|
#include "dialib.h"
|