diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-06 13:07:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-06 13:07:52 +0000 |
commit | 8661561f12bea6a9b46f87d7563bc4c24b684380 (patch) | |
tree | 0dbb92f7afa5a1af4a36c4703a31ba12f4a3d983 /x11/apwal/files/patch-app.c | |
parent | Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending (diff) |
Add apwal, a simple and powerful application launcher.
It is composed in 2 parts: the application launcher itself and
a good looking easy to use editor.
PR: ports/59940
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'x11/apwal/files/patch-app.c')
-rw-r--r-- | x11/apwal/files/patch-app.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/apwal/files/patch-app.c b/x11/apwal/files/patch-app.c new file mode 100644 index 000000000000..e17a316552e3 --- /dev/null +++ b/x11/apwal/files/patch-app.c @@ -0,0 +1,10 @@ +--- app.c.orig Wed Nov 26 11:50:10 2003 ++++ app.c Wed Nov 26 11:50:23 2003 +@@ -18,6 +18,7 @@ + */ + + ++#include <sys/types.h> + #include "common.h" + #include <string.h> + |