rev 231 - trunk/src
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-03-31 10:12:34 -0500 (Wed, 31 Mar 2004)
New Revision: 231
Modified:
trunk/src/object.c
Log:
Fix include for consistency.
Modified: trunk/src/object.c
===================================================================
--- trunk/src/object.c 2004-03-31 15:11:32 UTC (rev 230)
+++ trunk/src/object.c 2004-03-31 15:12:34 UTC (rev 231)
@@ -65,7 +65,7 @@
#include "clist.h"
#include "memory_mgr.h"
#include "interp.h"
-#include "prothon/dict.h"
+#include <prothon/dict.h>
#ifdef ASSERT_
void assert(int cond){