Added missing include

This commit is contained in:
Pierre Pronchery 2011-07-29 01:37:36 +00:00
parent a56ed48bd4
commit edc8d2f61b
5 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Browser 0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-29 03:36+0200\n"
"POT-Creation-Date: 2011-07-29 03:37+0200\n"
"PO-Revision-Date: 2010-03-29 23:28+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: English\n"
@ -764,7 +764,7 @@ msgstr ""
msgid "Command exited with signal %d"
msgstr ""
#: ../src/plugins/preview.c:64
#: ../src/plugins/preview.c:65
msgid "Preview"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Browser 0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-29 03:36+0200\n"
"POT-Creation-Date: 2011-07-29 03:37+0200\n"
"PO-Revision-Date: 2010-03-30 01:04+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Spanish\n"
@ -764,7 +764,7 @@ msgstr ""
msgid "Command exited with signal %d"
msgstr ""
#: ../src/plugins/preview.c:64
#: ../src/plugins/preview.c:65
msgid "Preview"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Browser 0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-29 03:36+0200\n"
"POT-Creation-Date: 2011-07-29 03:37+0200\n"
"PO-Revision-Date: 2010-03-29 23:28+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: French\n"
@ -798,7 +798,7 @@ msgstr "La commande a terminé avec le code d'erreur %d"
msgid "Command exited with signal %d"
msgstr "La commande a été terminée par le signal %d"
#: ../src/plugins/preview.c:64
#: ../src/plugins/preview.c:65
msgid "Preview"
msgstr "Prévisualisation"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Browser 0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-29 03:36+0200\n"
"POT-Creation-Date: 2011-07-29 03:37+0200\n"
"PO-Revision-Date: 2010-04-07 23:18+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Italian\n"
@ -764,7 +764,7 @@ msgstr ""
msgid "Command exited with signal %d"
msgstr ""
#: ../src/plugins/preview.c:64
#: ../src/plugins/preview.c:65
msgid "Preview"
msgstr ""

View File

@ -17,6 +17,7 @@
#include <System.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>