diff options
Diffstat (limited to 'devel/opencvs/files/patch-util.c')
-rw-r--r-- | devel/opencvs/files/patch-util.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-util.c b/devel/opencvs/files/patch-util.c new file mode 100644 index 000000000000..799293580127 --- /dev/null +++ b/devel/opencvs/files/patch-util.c @@ -0,0 +1,12 @@ +--- util.c 21 Jun 2008 15:39:15 -0000 1.147 ++++ util.c 17 Oct 2008 08:51:46 -0000 +@@ -30,7 +30,7 @@ + #include <sys/types.h> + #include <sys/wait.h> + +-#include <atomicio.h> ++#include "atomicio.h" + #include <errno.h> + #include <fcntl.h> + #include <md5.h> + |