[Git][cmucl/cmucl][issue-125-unix-stat-wrong] Keep include files sorted

Raymond Toy (@rtoy) gitlab at common-lisp.net
Tue Aug 23 22:28:22 UTC 2022



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


Commits:
bf5b52fa by Carl S. Shapiro at 2022-08-23T22:28:11+00:00
Keep include files sorted
- - - - -


1 changed file:

- src/lisp/os-common.c


Changes:

=====================================
src/lisp/os-common.c
=====================================
@@ -10,8 +10,8 @@
 #include <netdb.h>
 #include <stdio.h>
 #include <string.h>
-#include <time.h>
 #include <sys/stat.h>
+#include <time.h>
 
 #include "os.h"
 #include "internals.h"



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bf5b52faf340040fa9a53a894e380f8e8ce8a096

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bf5b52faf340040fa9a53a894e380f8e8ce8a096
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20220823/e7fd4b56/attachment.html>


More information about the cmucl-cvs mailing list