openbsd-ports/devel/py-rcsparse/patches/patch-rcsparsemodule_c
avsm c50e320123 initial import of py-rcsparse-20060714
--
RCS file parser for Python, with the core written in C for
high-performance manipulation of CVS repositories.
2006-07-15 02:14:24 +00:00

12 lines
279 B
Plaintext

$OpenBSD: patch-rcsparsemodule_c,v 1.1.1.1 2006/07/15 02:14:24 avsm Exp $
--- rcsparsemodule.c.orig Fri Jul 14 19:08:16 2006
+++ rcsparsemodule.c Fri Jul 14 19:08:43 2006
@@ -1,6 +1,7 @@
#include <Python.h>
#include <sys/types.h>
+#include <stdint.h>
#include "queue.h"