-/* $OpenBSD: intercept-translate.c,v 1.16 2012/12/04 02:24:47 deraadt Exp $ */
+/* $OpenBSD: intercept-translate.c,v 1.17 2014/08/10 04:57:33 guenther Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
#include <sys/tree.h>
#include <sys/socket.h>
#include <fcntl.h>
-#include <inttypes.h>
+#include <stdint.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
-/* $OpenBSD: systrace-translate.c,v 1.23 2014/08/10 00:21:49 guenther Exp $ */
+/* $OpenBSD: systrace-translate.c,v 1.24 2014/08/10 04:57:33 guenther Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
#include <sys/socket.h>
#include <sys/mman.h>
#include <sys/stat.h>
-#include <inttypes.h>
+#include <stdint.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>