Skip to content

Commit

Permalink
png.c: fix implicit declaration of memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
axs-gentoo committed Sep 18, 2015
1 parent b41dbd2 commit 5f01080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion png.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <stdio.h>
#include <stdlib.h>

#include <string.h>
#include <png.h>
#include "const.h"

Expand Down

0 comments on commit 5f01080

Please sign in to comment.