Skip to content

Commit efeba75

Browse files
committed
Include stdint.h
Closes #21
1 parent 00d350d commit efeba75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python-lz4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <Python.h>
3333
#include <stdlib.h>
34+
#include <stdint.h>
3435
#include <math.h>
3536
#include "lz4.h"
3637
#include "lz4hc.h"

0 commit comments

Comments
 (0)