#time: Fixed

Major (unexpected) problem was collision between the name of my header file and that of the system header file!
This commit is contained in:
Simon Brooke 2019-02-07 15:32:06 +00:00
parent 0a9d54f97d
commit af814d8f03
5 changed files with 44 additions and 11 deletions

View file

@ -31,7 +31,7 @@
#include "peano.h"
#include "print.h"
#include "repl.h"
#include "time.h"
#include "psse_time.h"
// extern char *optarg; /* defined in unistd.h */