string-helpers.h: Fix usage on musl libc

On musl, int32_t is defined in stdint.h.

Signed-off-by: Kylie McClain <kylie@somasis.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
dev
Kylie McClain 8 years ago committed by Quentin Glidic
parent d8b17bc452
commit 5d72bc404d
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
  1. 1
      shared/string-helpers.h

@ -28,6 +28,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include <errno.h>
#include <assert.h>

Loading…
Cancel
Save