mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 17:53:09 +02:00
5d8da1c596
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17171 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
169 B
Diff
11 lines
169 B
Diff
--- a/src/mklibs-readelf/main.cpp
|
|
+++ b/src/mklibs-readelf/main.cpp
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#include <elf.h>
|
|
#include <getopt.h>
|
|
+#include <stdio.h>
|
|
|
|
#include "elf.hpp"
|
|
|