aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapper/musl-u_int_type.patch
blob: 1be4070f8d743cfb28618360e64f1e44f7196dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From 7ddd58ee5e6b7c3a8df3086ff5a6d17d19362761 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 18 Dec 2019 18:35:55 -0600
Subject: [PATCH] musl-_u_int-types

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
--- a/client/utils/JsonFormatter.h
+++ b/client/utils/JsonFormatter.h
@@ -25,6 +25,9 @@
 #include <string>
 #include <vector>
 #include <utility>
+#ifndef __GLIBC__
+#include <sys/types.h>
+#endif
 
 namespace snapper
 {