Skip to content

Commit ddcaccb

Browse files
committed
Need stdint in callback.h for library detection scripts
1 parent 77c9d04 commit ddcaccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Callback.h

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232

33+
#include <stdint.h> // uint64_t
34+
3335
#ifndef CALLBACK_H
3436
#define CALLBACK_H
3537

0 commit comments

Comments
 (0)