Browse Source

Added missing include. (#125)

Brucey 2 years ago
parent
commit
c714b7a59c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      file_util.c

+ 1 - 0
file_util.c

@@ -1,4 +1,5 @@
 #include <utime.h>
+#include <time.h>
 #include "brl.mod/blitz.mod/blitz.h"
 
 void bmx_setfiletimenow(BBString * path) {