[BACK]Return to patch-dictzip_c CVS log [TXT][DIR] Up to [local] / ports / textproc / goldendict / patches

Annotation of ports/textproc/goldendict/patches/patch-dictzip_c, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- dictzip.c.orig     Thu Apr 30 03:18:26 2009
        !             3: +++ dictzip.c  Fri Jun  4 13:43:14 2010
        !             4: @@ -23,6 +23,7 @@
        !             5:   */
        !             6:
        !             7:  #include <stdlib.h>
        !             8: +#include <time.h>
        !             9:  #include "dictzip.h"
        !            10:  #include <limits.h>
        !            11:  #include <stdarg.h>

CVSweb