|
@@ -29,6 +29,7 @@ extern "C" {
|
|
|
#include <sys/stat.h>
|
|
#include <sys/stat.h>
|
|
|
#include <sys/types.h>
|
|
#include <sys/types.h>
|
|
|
#include <sys/wait.h>
|
|
#include <sys/wait.h>
|
|
|
|
|
+#include <fcntl.h>
|
|
|
#include <errno.h>
|
|
#include <errno.h>
|
|
|
#include <unistd.h>
|
|
#include <unistd.h>
|
|
|
#include <dirent.h>
|
|
#include <dirent.h>
|
|
@@ -47,10 +48,6 @@ extern "C" {
|
|
|
#include "bindings.h"
|
|
#include "bindings.h"
|
|
|
#include "pkglist.h"
|
|
#include "pkglist.h"
|
|
|
|
|
|
|
|
-#include <sys/types.h>
|
|
|
|
|
-#include <sys/stat.h>
|
|
|
|
|
-#include <fcntl.h>
|
|
|
|
|
-
|
|
|
|
|
const char thisname[]= DSELECT;
|
|
const char thisname[]= DSELECT;
|
|
|
const char printforhelp[]= N_("Type dselect --help for help.");
|
|
const char printforhelp[]= N_("Type dselect --help for help.");
|
|
|
|
|
|