summaryrefslogtreecommitdiff
path: root/debianutils/run_parts.c
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-06 15:18:09 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-06 15:18:09 +0000
commitba248206fe50b4b905e220cdb68f4959593c17e7 (patch)
tree04d3f095436c25870280cb70a55d6bb8ee3f517f /debianutils/run_parts.c
parent664c6e7ea0ed6c78ed84e4055532e9d32e38731b (diff)
downloadbusybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.gz
busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.bz2
busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.zip
change strange depend to libbb.h, but require busybox.h
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r--debianutils/run_parts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index 6205595bf..90314354c 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -52,7 +52,7 @@
52#include <getopt.h> 52#include <getopt.h>
53#include <stdlib.h> 53#include <stdlib.h>
54 54
55#include "libbb.h" 55#include "busybox.h"
56 56
57static const struct option runparts_long_options[] = { 57static const struct option runparts_long_options[] = {
58 { "test", 0, NULL, 't' }, 58 { "test", 0, NULL, 't' },