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

Commit

Permalink
Include <stdlib.h> for malloc related functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hacking authored and ahacking committed Feb 10, 2015
1 parent 9c3accb commit 5f6c802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass_context_wrapper.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <stdlib.h>
#include <nan.h>
#include <condition_variable>
#include "libsass/sass_context.h"
Expand Down

0 comments on commit 5f6c802

Please # to comment.