summaryrefslogtreecommitdiffstats
path: root/fb2png/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fb2png/main.c')
-rw-r--r--fb2png/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fb2png/main.c b/fb2png/main.c
index 84e08a968..235e958f9 100644
--- a/fb2png/main.c
+++ b/fb2png/main.c
@@ -17,9 +17,12 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include <stdio.h>
+
#include <limits.h>
+#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+
#include "fb2png.h"
#ifdef ANDROID