Bugfix: Add missing <sys/types.h> include for ssize_t

This commit is contained in:
Luke Dashjr
2014-11-18 23:15:36 +00:00
parent 4317cf055e
commit b6adca8ebb
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
#include "libbase58.h"

View File

@@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license. See COPYING for more details
AC_INIT(
[libbase58],
[0.1.2],
[0.1.3],
[luke_libbase58@dashjr.org],
[libbase58])
AC_CONFIG_AUX_DIR([.])