trivial fix

This commit is contained in:
Akira TAGOH 2018-01-05 16:05:58 +09:00
parent b8a225b3c3
commit 6aa0bde5ec
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>