Bugfix: Add missing <sys/types.h> include for ssize_t
This commit is contained in:
1
base58.c
1
base58.c
@@ -15,6 +15,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "libbase58.h"
|
||||
|
||||
|
||||
@@ -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([.])
|
||||
|
||||
Reference in New Issue
Block a user