aboutsummaryrefslogtreecommitdiffstats
path: root/uuid/uuid.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-05-25 18:20:38 -0400
committerCameron Katri <me@cameronkatri.com>2022-05-25 18:20:38 -0400
commit3dbb2ce2ea8b12867db0e24d4bd6c7c6501f5d5d (patch)
tree34b4c2f32dca91660db151412cd94ce5a4d58ece /uuid/uuid.h
parenta902c812e98dd53cf9f16b5175f7c1f87e780b53 (diff)
downloadtrustcache-3dbb2ce2ea8b12867db0e24d4bd6c7c6501f5d5d.tar.gz
trustcache-3dbb2ce2ea8b12867db0e24d4bd6c7c6501f5d5d.tar.zst
trustcache-3dbb2ce2ea8b12867db0e24d4bd6c7c6501f5d5d.zip
Fix some portability issues
Diffstat (limited to 'uuid/uuid.h')
-rw-r--r--uuid/uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uuid/uuid.h b/uuid/uuid.h
index a4be9a5..2ffbee7 100644
--- a/uuid/uuid.h
+++ b/uuid/uuid.h
@@ -1,7 +1,7 @@
#ifndef _UUID_H_
#define _UUID_H_
-#include <sys/types.h>
+#include <stdint.h>
typedef unsigned char uuid_t[16];