Skip to content

Commit 45b238d

Browse files
committed
Merge pull request #99 from Gasol/master
Include cerrno header explictly
2 parents a6a397d + 92febf2 commit 45b238d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/libjsonnet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616

1717
#include <cstdlib>
1818
#include <cstring>
19+
#include <cerrno>
1920

2021
#include <exception>
2122
#include <fstream>

0 commit comments

Comments
 (0)