You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/06/27 22:53:40 UTC

svn commit: r672389 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c

Author: hindessm
Date: Fri Jun 27 13:53:40 2008
New Revision: 672389

URL: http://svn.apache.org/viewvc?rev=672389&view=rev
Log:
No warning but I like to include the correct header.

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c?rev=672389&r1=672388&r2=672389&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/shared/NativeCMM.c Fri Jun 27 13:53:40 2008
@@ -21,6 +21,7 @@
  */
 
 #include "NativeCMM.h"
+#include <string.h>
 
 static LCMSBOOL cmsInitialized = FALSE; 
 static char *errMsg = NULL;