Changeset 581 for libcaca/trunk
- Timestamp:
- Mar 10, 2006, 10:48:33 AM (15 years ago)
- Location:
- libcaca/trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacaball.c
r527 r581 14 14 #include "config.h" 15 15 16 #include <stdio.h> 17 #include <stdlib.h> 18 #include <string.h> 19 #include <math.h> 20 21 #ifndef M_PI 22 # define M_PI 3.14159265358979323846 16 #if !defined(__KERNEL__) 17 # include <math.h> 18 # ifndef M_PI 19 # define M_PI 3.14159265358979323846 20 # endif 23 21 #endif 24 22 -
libcaca/trunk/src/cacamoir.c
r527 r581 14 14 #include "config.h" 15 15 16 #include <math.h> 17 #include <string.h> 16 #if !defined(__KERNEL__) 17 # include <math.h> 18 # include <string.h> 19 #endif 18 20 19 21 #include "cucul.h" -
libcaca/trunk/src/cacaplas.c
r527 r581 15 15 #include "config.h" 16 16 17 #include <math.h> 18 19 #ifndef M_PI 20 # define M_PI 3.14159265358979323846 17 #if !defined(__KERNEL__) 18 # include <math.h> 19 # ifndef M_PI 20 # define M_PI 3.14159265358979323846 21 # endif 21 22 #endif 22 23
Note: See TracChangeset
for help on using the changeset viewer.