summaryrefslogtreecommitdiff
path: root/src/sexpr/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/parser.cpp')
-rw-r--r--src/sexpr/parser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sexpr/parser.cpp b/src/sexpr/parser.cpp
index 2068565..c096649 100644
--- a/src/sexpr/parser.cpp
+++ b/src/sexpr/parser.cpp
@@ -18,6 +18,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include <cerrno>
+
#include "../poison.hpp"
namespace sexpr