Author: chromatic
Date: Sun Mar 30 18:32:13 2008
New Revision: 26647

Modified:
   trunk/src/dynpmc/gdbmhash.pmc

Log:
[dynpmc] Made GDBMHash PMC use parrot/embed.h instead of parrot/parrot.h (RT
#39043).

Modified: trunk/src/dynpmc/gdbmhash.pmc
==============================================================================
--- trunk/src/dynpmc/gdbmhash.pmc       (original)
+++ trunk/src/dynpmc/gdbmhash.pmc       Sun Mar 30 18:32:13 2008
@@ -46,7 +46,7 @@
  */
 
 #include <gdbm.h>
-#include "parrot/parrot.h"
+#include "parrot/extend.h"
 
 /*
 

Reply via email to