diff options
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index 9970e5881e0..928eb5cfa37 100644 --- a/src/image.c +++ b/src/image.c @@ -18,7 +18,9 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> -#include "sysstdio.h" + +#include <fcntl.h> +#include <stdio.h> #include <unistd.h> /* Include this before including <setjmp.h> to work around bugs with @@ -38,7 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "blockinput.h" #include "systime.h" #include <epaths.h> -#include "character.h" #include "coding.h" #include "termhooks.h" #include "font.h" |