summaryrefslogtreecommitdiffstats
path: root/cat/virt-cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat/virt-cat.c')
-rw-r--r--cat/virt-cat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cat/virt-cat.c b/cat/virt-cat.c
index dca9ef49..06bd8b11 100644
--- a/cat/virt-cat.c
+++ b/cat/virt-cat.c
@@ -1,5 +1,5 @@
/* virt-cat
- * Copyright (C) 2010 Red Hat Inc.
+ * Copyright (C) 2010-2011 Red Hat Inc.
*
* 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
@@ -20,11 +20,13 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <inttypes.h>
#include <unistd.h>
#include <getopt.h>
#include <locale.h>
#include <assert.h>
+#include <libintl.h>
#include "progname.h"