Skip to content

Commit

Permalink
include memcpy.h if FVDI_DEBUG is undefined
Browse files Browse the repository at this point in the history
previously, either DEBUG=yes or DEBUG=no compilation was failing
  • Loading branch information
mfro0 committed May 6, 2022
1 parent 63c092a commit e467056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fvdi/drivers/radeon/radeon_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
#include "driver.h"
#include "utility.h"
#include "string/memset.h"

#if !defined(FVDI_DEBUG)
#include "string/memcpy.h"
#endif

/* color bit organization */

Expand Down

0 comments on commit e467056

Please sign in to comment.