projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8e655
)
added including math header file
author
Holger Schemel
<holger.schemel@virtion.de>
Sat, 30 Nov 2024 09:34:07 +0000
(10:34 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sat, 30 Nov 2024 09:34:35 +0000
(10:34 +0100)
src/libgame/gadgets.c
patch
|
blob
|
history
diff --git
a/src/libgame/gadgets.c
b/src/libgame/gadgets.c
index 5a7ad4ed999ed4f0231188e50f6ab9b13e32c87b..de2d8e0d095c87466dbfb340a89bc3e9f95274e7 100644
(file)
--- a/
src/libgame/gadgets.c
+++ b/
src/libgame/gadgets.c
@@
-11,6
+11,7
@@
#include <stdarg.h>
#include <string.h>
+#include <math.h>
#include "gadgets.h"
#include "image.h"