Fixed the datetime example

This commit is contained in:
Pietro Gagliardi 2018-05-13 13:00:42 -04:00
parent ca1079f344
commit 6533c0be32
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "../../ui.h"