Commit 07095e85 authored by Victor Zverovich's avatar Victor Zverovich

Fix formatting and comment why fcntl.h is included.

parent a2828412
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#define FMT_POSIX_H #define FMT_POSIX_H
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h> // for O_RDONLY
#include <stdio.h> #include <stdio.h>
#include <cstddef> #include <cstddef>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment