#! /bin/sh /usr/share/dpatch/dpatch-run
## 08-unknown_includes.dpatch by unknown, added by Tim Gokcen <hexetic@gmail.com>
## These lines were part of the diff.gz, which is not correct according to
## lintian. They should have been here in the dpath directory instead.
## I'm not entirely sure if or why they are needed, but they were here before me
## so they shall remain.
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Use Debian libneon instead of the bundled one

@DPATCH@
diff -urNad tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c
--- tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c	2006-07-20 02:34:40.000000000 -0400
+++ tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c	2010-11-30 13:43:04.000000000 -0500
@@ -16,6 +16,7 @@
 #include "hackerlab/char/str-many.h"
 #include "hackerlab/vu/safe.h"
 #include "hackerlab/fs/file-names.h"
+#include "hackerlab/fs/tmp-files.h"
 #include "hackerlab/vu/safe.h"
 #include "tla/libfsutils/tmp-files.h"
 
diff -urNad tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c
--- tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c	2006-07-20 02:34:40.000000000 -0400
+++ tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c	2010-11-30 13:43:04.000000000 -0500
@@ -31,6 +31,7 @@
 #include "tla/libarch/cmd-get.h"
 #include "tla/libarch/cmd-delta.h"
 #include "tla/libarch/cmd-apply-delta.h"
+#include "tla/libarch/cmdutils.h"
 
 ^L
 /* __STDC__ prototypes for static functions */
diff -urNad tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c
--- tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c	2006-07-20 02:34:40.000000000 -0400
+++ tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c	2010-11-30 13:43:04.000000000 -0500
@@ -16,6 +16,7 @@
 #include "hackerlab/char/str.h"
 #include "tla/libarch/cmdutils.h"
 #include "tla/libarch/libraries.h"
+#include "tla/libarch/local-cache.h"
 #include "tla/libarch/project-tree.h"
 #include "tla/libarch/patch-logs.h"
 #include "tla/libarch/pfs.h"

