forked from github/server
fix missing include
This commit is contained in:
parent
8e5fc28bfc
commit
72e041dd32
|
@ -21,6 +21,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* libc includes */
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Simple Integer-Liste */
|
||||
|
||||
|
|
Loading…
Reference in New Issue