[Aptitude-svn-commit] r4414 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 05:45:56 UTC 2005


Author: dburrows
Date: Sat Oct  1 05:45:53 2005
New Revision: 4414

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/download_screen.h
Log:
Fix the #include of config.h.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 05:45:53 2005
@@ -1,5 +1,10 @@
 2005-09-30  Daniel Burrows  <dburrows at debian.org>
 
+	* src/download_screen.h:
+
+	  Fix the #include of config.h. (done previously but I forgot to
+	  save!  ah the irony)
+
 	* configure.ac:
 
 	  Bump the version to 0.3.4.

Modified: branches/aptitude-0.3/aptitude/src/download_screen.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/download_screen.h	(original)
+++ branches/aptitude-0.3/aptitude/src/download_screen.h	Sat Oct  1 05:45:53 2005
@@ -23,7 +23,7 @@
 #define DOWNLOAD_SCREEN_H
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include <config.h>
 #endif
 
 #include <apt-pkg/acquire.h>



More information about the Aptitude-svn-commit mailing list