aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 86e88bf89..29df2c269 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -2,11 +2,10 @@
2/* 2/*
3 * Busybox main internal header file 3 * Busybox main internal header file
4 * 4 *
5 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6 *
7 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell 5 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
8 * Permission has been granted to redistribute this code under the GPL. 6 * Permission has been granted to redistribute this code under the GPL.
9 * 7 *
8 * Licensed under the GPL version 2, see the file LICENSE in this tarball.
10 */ 9 */
11#ifndef __LIBBUSYBOX_H__ 10#ifndef __LIBBUSYBOX_H__
12#define __LIBBUSYBOX_H__ 1 11#define __LIBBUSYBOX_H__ 1
@@ -47,6 +46,8 @@
47 46
48#ifdef CONFIG_LOCALE_SUPPORT 47#ifdef CONFIG_LOCALE_SUPPORT
49#include <locale.h> 48#include <locale.h>
49#else
50#define setlocale(x,y)
50#endif 51#endif
51 52
52#include "pwd_.h" 53#include "pwd_.h"