]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/fgetc.c
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / fgetc.c
index cb2f75f80da5761f89c96adcee572eb2f3fd4113..7e6a4db9cac2a16e63663e7170deb6726eb076fe 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <stdio.h>
 #include <unistd.h>
-#include <errno.h>
 #include "_file.h"