]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.cc
force fancy progressbar redraw on window size change
[apt.git] / apt-pkg / tagfile.cc
index e1459c80e42c20a9a9a1d4f83591adab6e8b520a..91d176e3ca3a857f03f70ab725a72fda7f489590 100644 (file)
@@ -21,6 +21,8 @@
 #include <string>
 #include <stdio.h>
 #include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
 
 #include <apti18n.h>
                                                                        /*}}}*/
@@ -83,7 +85,7 @@ pkgTagFile::~pkgTagFile()
 }
                                                                        /*}}}*/
 // TagFile::Offset - Return the current offset in the buffer           /*{{{*/
-unsigned long pkgTagFile::Offset()
+APT_PURE unsigned long pkgTagFile::Offset()
 {
    return d->iOffset;
 }