dtscreen: don't use old version of round() on linux either
This commit is contained in:
parent
c7781f434b
commit
6400908cc1
|
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
int size[MAXCOLORS];
|
||||
} wormstruct;
|
||||
|
||||
#if !defined(CSRG_BASED) && !defined(sun)
|
||||
#if !defined(CSRG_BASED) && !defined(sun) && !defined(linux)
|
||||
int
|
||||
round(float x)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue