Revision: 91
Author: sucknblow
Date: 2006-07-01 18:28:15 -0700 (Sat, 01 Jul 2006)
ViewCVS: http://svn.sourceforge.net/pmplib/?rev=91&view=rev
Log Message:
-----------
Oops. Repeat commit 78 (warnings--) from the proper directory.
Modified Paths:
--------------
trunk/lib/pmp_irivnavi/pmp_irivnavi.c
Modified: trunk/lib/pmp_irivnavi/pmp_irivnavi.c
===================================================================
--- trunk/lib/pmp_irivnavi/pmp_irivnavi.c 2006-07-02 01:28:09 UTC (rev 90)
+++ trunk/lib/pmp_irivnavi/pmp_irivnavi.c 2006-07-02 01:28:15 UTC (rev 91)
@@ -24,6 +24,12 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif/*HAVE_CONFIG_H*/
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif/*HAVE_STRING_H*/
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif/*HAVE_STDLIB_H*/
#include <os.h>
#include <stddef.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|