Fixing a build error listed on bento
PR: 43276 Submitted by: edwin@mavetju.org
This commit is contained in:
parent
71350407be
commit
1ac3387678
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67047
1 changed files with 11 additions and 0 deletions
11
games/xboing/files/patch-ball.c
Normal file
11
games/xboing/files/patch-ball.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ball.c.old Mon Sep 23 12:48:00 2002
|
||||
+++ ball.c Mon Sep 23 12:48:09 2002
|
||||
@@ -50,7 +50,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
-#include <values.h>
|
||||
+#include <limits.h>
|
||||
#include <xpm.h>
|
||||
#include <X11/Xos.h>
|
||||
|
Loading…
Reference in a new issue