Add more missing include directives.
[libguestfs.git] / cat / virt-ls.c
index e2700d2..b510f9a 100644 (file)
@@ -1,5 +1,5 @@
 /* virt-ls
- * 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
@@ -26,6 +26,8 @@
 #include <fcntl.h>
 #include <locale.h>
 #include <assert.h>
+#include <string.h>
+#include <libintl.h>
 
 #include "progname.h"