aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-10-25 13:30:20 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-10-25 13:30:20 +0000
commit5da6ca0d3d6d08b8102b645a2fbc52f0b24b80c1 (patch)
treee7a02298edc275d75fe26169eb88a3fbf6fbc056 /spectrogram.c
parentf31f0c239a3892230ad326d3f2c64c7d6c935bfd (diff)
switch to pkg-config
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 718c5d4..02eddaa 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -28,8 +28,8 @@
#include <math.h>
#include <signal.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_thread.h>
+#include <SDL.h>
+#include <SDL_thread.h>
#include "fifo.h"
#include "fft.h"