aboutsummaryrefslogtreecommitdiff
path: root/win32/mempcpy.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-13 22:02:12 +0000
committerRon Yorston <rmy@pobox.com>2014-03-13 22:02:12 +0000
commite8c9f63c8e618d85104369a4c588129b165851e2 (patch)
tree472f9a45e0cd789fee8d5b875a97d9877c169ff8 /win32/mempcpy.c
parente15ec3837bfed8a05ff0e8c7edd658fbb41f5d7d (diff)
downloadbusybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.tar.gz
busybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.tar.bz2
busybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.zip
Fix some compiler warnings
Diffstat (limited to 'win32/mempcpy.c')
-rw-r--r--win32/mempcpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/mempcpy.c b/win32/mempcpy.c
index 81fc88f61..732a6f4b2 100644
--- a/win32/mempcpy.c
+++ b/win32/mempcpy.c
@@ -14,6 +14,7 @@
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program; if not, see <http://www.gnu.org/licenses/>. */ 15 along with this program; if not, see <http://www.gnu.org/licenses/>. */
16 16
17#include "libbb.h"
17/* Specification. */ 18/* Specification. */
18#include <string.h> 19#include <string.h>
19 20