Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Fix SmartOS/Solaris build regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jan 11, 2018
1 parent ad709c3 commit 4599662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "sass.hpp"
#ifdef _WIN32
# ifdef __MINGW32__
# ifndef off64_t
Expand All @@ -9,7 +10,6 @@
#else
# include <unistd.h>
#endif
#include "sass.hpp"
#include <iostream>
#include <fstream>
#include <cctype>
Expand Down

0 comments on commit 4599662

Please sign in to comment.