]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libuuid: include c.h to cover restrict keyword
authorKarel Zak <kzak@redhat.com>
Thu, 5 Aug 2021 07:46:21 +0000 (09:46 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Aug 2021 07:46:21 +0000 (09:46 +0200)
References: https://github.com/karelzak/util-linux/issues/1405
Signed-off-by: Karel Zak <kzak@redhat.com>
libuuid/src/unparse.c

index f9a5e43153711544b4f27e23377fda33076c78a6..ffeed2ed64421b526021cc337f7a3e6cc79c3169 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include <stdio.h>
+#include "c.h"
 
 #include "uuidP.h"