]> git.draconx.ca Git - cdecl99.git/blobdiff - src/execute.gperf
libcdecl: Replace uintmax_t with unsigned (long) long.
[cdecl99.git] / src / execute.gperf
index a45413d69f7466019c87e8793e04fb5114d1eb9b..51443ba0b31b46f10be9a395b75f7d2585821f8f 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright © 2021, 2023 Nick Bowler
+ * Copyright © 2021, 2023-2024 Nick Bowler
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 #include <config.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
 #include <assert.h>
 
 #include "cdecl99.h"