Skip to content

Commit

Permalink
Merge pull request joncampbell123#4648 from nanshiki/fixlfntime
Browse files Browse the repository at this point in the history
add #include <time.h>
  • Loading branch information
joncampbell123 authored Dec 2, 2023
2 parents 406ac94 + 452ffe4 commit d8f7496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dos/dos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <assert.h>
#include <ctype.h>
#include <sys/stat.h>
#include <time.h>

#include "control.h"
#include "dosbox.h"
Expand Down
1 change: 1 addition & 0 deletions src/dos/dos_classes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <string.h>
#include <stdlib.h>
#include <time.h>
#include "dosbox.h"
#include "mem.h"
#include "dos_inc.h"
Expand Down

0 comments on commit d8f7496

Please sign in to comment.