diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-15 18:07:27 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-15 18:07:27 +0100 |
| commit | b76e901886d37d0eee8d554a5d977cedd134d353 (patch) | |
| tree | 04aa5be93d268498d6782f4d8f0c6e6bc4339cf9 /python/progress.cc | |
| parent | 6caa1261cfa8dd971111f1e8e4af73437c99c7b6 (diff) | |
| download | python-apt-b76e901886d37d0eee8d554a5d977cedd134d353.tar.gz | |
python/lock.cc,python/progress.cc: Include Python.h first to avoid warning.
Diffstat (limited to 'python/progress.cc')
| -rw-r--r-- | python/progress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/progress.cc b/python/progress.cc index 30f62763..0de54510 100644 --- a/python/progress.cc +++ b/python/progress.cc @@ -5,7 +5,7 @@ Progress - Wrapper for the progress related functions ##################################################################### */ - +#include <Python.h> #include <iostream> #include <sys/types.h> #include <sys/wait.h> |
