summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 23:56:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 23:56:29 +0100
commitf33d9dcc8cd6b0e46908d506fda34eae398f0272 (patch)
treeb4ccc64df84fffdeb2a1ae76324c6efc5da5fa91 /atari/plot/plot.c
parentdd31499bf969baa68e66fca81b9f95447b6f3f2a (diff)
downloadnetsurf-f33d9dcc8cd6b0e46908d506fda34eae398f0272.tar.gz
netsurf-f33d9dcc8cd6b0e46908d506fda34eae398f0272.tar.bz2
cleanup unneeded includes in utils.h after API simplification
Diffstat (limited to 'atari/plot/plot.c')
-rw-r--r--atari/plot/plot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index ef5c30026..45e4cead2 100644
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <assert.h>
#include <sys/types.h>
#include <stdint.h>
#include <string.h>