Skip to content

Commit b7028f2

Browse files
committed
Fix SmartOS/Solaris build regression
1 parent cca92f6 commit b7028f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "sass.hpp"
12
#ifdef _WIN32
23
# ifdef __MINGW32__
34
# ifndef off64_t
@@ -9,7 +10,6 @@
910
#else
1011
# include <unistd.h>
1112
#endif
12-
#include "sass.hpp"
1313
#include <iostream>
1414
#include <fstream>
1515
#include <cctype>

0 commit comments

Comments
 (0)