Skip to content

Commit

Permalink
autotest: including internal header instead of <fftw3.h> directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed May 25, 2024
1 parent cbc5c54 commit 26b2805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/xautotest.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <getopt.h>
#include <time.h>
#include <sys/resource.h>
#include <fftw3.h>
#include "liquid.internal.h"
#include "autotest/autotest.h"

void usage()
Expand Down

0 comments on commit 26b2805

Please sign in to comment.