mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Include missing <cstdlib> for abort()
This is needed to get Nix compiled using Android NDK.
This commit is contained in:
parent
a2778988f2
commit
b39cc4fc81
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in a new issue