1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/astro/xworld/files/patch-pad.c
2009-03-27 16:52:58 +00:00

11 lines
256 B
C

--- pad.c.orig 2009-03-27 17:49:37.000000000 +0100
+++ pad.c 2009-03-27 17:50:01.000000000 +0100
@@ -35,6 +35,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
+#include <stdlib.h>
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))