You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/03/07 04:21:54 UTC

[lucy-commits] svn commit: r1078664 - /incubator/lucy/trunk/clownfish/src/CFCHierarchy.c

Author: marvin
Date: Mon Mar  7 03:21:53 2011
New Revision: 1078664

URL: http://svn.apache.org/viewvc?rev=1078664&view=rev
Log:
Add missing C system header.

Modified:
    incubator/lucy/trunk/clownfish/src/CFCHierarchy.c

Modified: incubator/lucy/trunk/clownfish/src/CFCHierarchy.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/src/CFCHierarchy.c?rev=1078664&r1=1078663&r2=1078664&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/src/CFCHierarchy.c (original)
+++ incubator/lucy/trunk/clownfish/src/CFCHierarchy.c Mon Mar  7 03:21:53 2011
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 #include <sys/stat.h>
 
 #ifndef true