[BusyBox] libbb/loop.c: Include config.h [PATCH]

Shaun Jackman sjackman at gmail.com
Tue Jul 26 00:48:24 MDT 2005


2005-07-25  Shaun Jackman  <sjackman at gmail.com>

	* libbb/loop.c: Include config.h before testing
	CONFIG_FEATURE_MOUNT_LOOP.

--- libbb/loop.c        (revision 10914)
+++ libbb/loop.c        (working copy)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */

+#include "config.h"
  #ifdef CONFIG_FEATURE_MOUNT_LOOP
 #include <features.h>
 #if defined (__GLIBC__) && !defined(__UCLIBC__)


More information about the busybox mailing list