c50e320123
-- RCS file parser for Python, with the core written in C for high-performance manipulation of CVS repositories.
12 lines
279 B
Plaintext
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"
|
|
|