diff options
author | Guillem Jover <guillem@debian.org> | 2011-07-03 03:23:11 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-07-07 10:42:29 +0200 |
commit | cf22cf6118035ab8ee5cc25e5298a987073c8dc8 (patch) | |
tree | bb2583ce2324985197fa78fb9b7cd10e41800a9f /dselect | |
parent | 16354a961ce86778a3e0ca56f2fa5314855ccf3c (diff) | |
download | dpkg-cf22cf6118035ab8ee5cc25e5298a987073c8dc8.tar.gz |
libdpkg: Rename myopt module to options
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc index fa58defe5..6508b1f93 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -51,7 +51,7 @@ #include <dpkg/i18n.h> #include <dpkg/dpkg.h> #include <dpkg/dpkg-db.h> -#include <dpkg/myopt.h> +#include <dpkg/options.h> #include "dselect.h" #include "bindings.h" |