]> git.draconx.ca Git - gob-dx.git/blobdiff - src/util.c
Release 1.0.11
[gob-dx.git] / src / util.c
index acc112e0757ab42424ea10dd02612795128ff6ed..0e8ad9463c1dfcc004e275a8a58dadec827ffda8 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "config.h"
+#include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <glib.h>
@@ -215,7 +216,7 @@ init_type_hash(void)
 }
 
 const char *
-get_cast(char *type, gboolean simple_only)
+get_cast(const char *type, gboolean simple_only)
 {
        OurGtkType *gtype;