Fix formatting and comment why fcntl.h is included.

This commit is contained in:
Victor Zverovich 2014-06-10 07:36:50 -07:00
parent a2828412b6
commit 07095e85b2

View File

@ -29,7 +29,7 @@
#define FMT_POSIX_H
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h> // for O_RDONLY
#include <stdio.h>
#include <cstddef>