Commit 020e0268 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix compiler warning: implicit declaration of function 'asprintf'

parent 5a1e2c84
......@@ -24,6 +24,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h> /* calloc(), malloc(), free() */
#include <string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment