mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
10 lines
228 B
C
10 lines
228 B
C
--- libxlog/util.c.orig 2015-07-28 23:02:16 UTC
|
|
+++ libxlog/util.c
|
|
@@ -16,6 +16,7 @@
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
+#include <inttypes.h>
|
|
#include <xfs/libxlog.h>
|
|
|
|
int print_exit;
|