Skip to content
Snippets Groups Projects
Commit bafd6742 authored by hartman's avatar hartman
Browse files

* add a #include <errno.h>

parent 9937f576
No related merge requests found
......@@ -24,6 +24,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */
#include <stdio.h> /* sprintf() */
#include <string.h> /* strerror() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment