diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 18:17:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 18:17:37 +0000 |
commit | 44e81e48d3a971ec8305814546da1b822f5aade8 (patch) | |
tree | f3dbf11abf1f3eac83fe18d1c263d70036f6a861 /utils | |
parent | 38b7304e932d52c8a4b250f35a1c8bcf6805d8ca (diff) |
- fix for !GETOPT_LONG
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ldconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/ldconfig.c b/utils/ldconfig.c index 0abd0613e..c0857bc40 100644 --- a/utils/ldconfig.c +++ b/utils/ldconfig.c @@ -31,7 +31,6 @@ #include <stdarg.h> #include <string.h> #include <ctype.h> -#include <getopt.h> #include <dirent.h> #include <unistd.h> #include <link.h> |