freebsd-ports/x11/thinglaunch/files/patch-thinglaunch.c
Emanuel Haupt 1b4c81746a - libgen.h needs to be included on amd64
- bump PORTREVISION
2008-07-02 12:54:52 +00:00

10 lines
273 B
C

--- ./thinglaunch.c.orig 2008-07-02 14:47:23.000000000 +0200
+++ ./thinglaunch.c 2008-07-02 14:47:30.000000000 +0200
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <libgen.h>
static void createWindow();
static void setupGC();