aboutsummaryrefslogtreecommitdiff
path: root/libbb/perror_nomsg.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-24 15:38:03 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-24 15:38:03 +0000
commit98090c7c5f5040053f413ea7d0f4ea178144423d (patch)
tree222947a9a358931ea4f4f33679fd336cb5f36a8f /libbb/perror_nomsg.c
parent7510997bf959600c12eb939cb9b2ea92dcc5d62b (diff)
downloadbusybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.tar.gz
busybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.tar.bz2
busybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.zip
hunt down improper include <>, make mkswap output 4Gb+ friendly
git-svn-id: svn://busybox.net/trunk/busybox@16658 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/perror_nomsg.c')
-rw-r--r--libbb/perror_nomsg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/perror_nomsg.c b/libbb/perror_nomsg.c
index 3a5079b99..3aefd5301 100644
--- a/libbb/perror_nomsg.c
+++ b/libbb/perror_nomsg.c
@@ -7,8 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8 */ 8 */
9 9
10#include <stddef.h> 10#include "libbb.h"
11#include <libbb.h>
12 11
13void bb_perror_nomsg(void) 12void bb_perror_nomsg(void)
14{ 13{