Skip to content

Commit

Permalink
Fix import -> include
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema authored Nov 13, 2023
1 parent 8a4e850 commit 791f209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/chaco/util/bit_reverse.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See packages/seacas/LICENSE for details
*/

#import "prototypes.h"
#include "prototypes.h"

/* Reverse the bits of a number. */
int bit_reverse(int val, int nbits)
Expand Down

0 comments on commit 791f209

Please sign in to comment.