Raymond Toy pushed to branch issue-125-unix-stat-wrong at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/os-common.c
    ... ... @@ -10,8 +10,8 @@
    10 10
     #include <netdb.h>
    
    11 11
     #include <stdio.h>
    
    12 12
     #include <string.h>
    
    13
    -#include <time.h>
    
    14 13
     #include <sys/stat.h>
    
    14
    +#include <time.h>
    
    15 15
     
    
    16 16
     #include "os.h"
    
    17 17
     #include "internals.h"