Add missing #include.

* lib/tests/mes/90-abtod.c (main): Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-03-15 03:32:02 +01:00 committed by Jan Nieuwenhuizen
parent 0e6ee37ae2
commit f9b9cc92e8
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <mes/lib.h>
#include <stdlib.h>
#include <stdio.h>
int
main ()