aboutsummaryrefslogtreecommitdiff
path: root/elfcopy/ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfcopy/ascii.c')
-rw-r--r--elfcopy/ascii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfcopy/ascii.c b/elfcopy/ascii.c
index 968e5c667f63..cad4eb8a91eb 100644
--- a/elfcopy/ascii.c
+++ b/elfcopy/ascii.c
@@ -24,11 +24,11 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <ctype.h>
#include <err.h>
#include <gelf.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -36,7 +36,7 @@
#include "elfcopy.h"
-ELFTC_VCSID("$Id: ascii.c 2358 2011-12-19 18:22:32Z kaiwang27 $");
+ELFTC_VCSID("$Id: ascii.c 3177 2015-03-30 18:19:41Z emaste $");
static void append_data(struct section *s, const void *buf, size_t sz);
static char hex_digit(uint8_t n);