summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2011-07-03 03:23:11 +0200
committerGuillem Jover <guillem@debian.org>2011-07-07 10:42:29 +0200
commitcf22cf6118035ab8ee5cc25e5298a987073c8dc8 (patch)
treebb2583ce2324985197fa78fb9b7cd10e41800a9f /dselect
parent16354a961ce86778a3e0ca56f2fa5314855ccf3c (diff)
downloaddpkg-cf22cf6118035ab8ee5cc25e5298a987073c8dc8.tar.gz
libdpkg: Rename myopt module to options
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc2
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"