diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-23 17:05:32 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-23 17:05:32 +0000 |
| commit | 8cc6592938e8ab2fa0141e720550ed1b77fda878 (patch) | |
| tree | 3ae2c7a74882bbfc6e92864aa9d4e98c3368f571 /gst | |
| parent | 23b5b27e1c389494a91be3c7226b2bb0e8fb16c5 (diff) | |
gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
Original commit message from CVS:
* gst/level/gstlevel.c:
Use #include <math.h> instead of #include "math.h".
Diffstat (limited to 'gst')
| -rw-r--r-- | gst/level/gstlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index e75cfb19..86cbd5a1 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -79,10 +79,10 @@ #include "config.h" #endif #include <string.h> +#include <math.h> #include <gst/gst.h> #include <gst/audio/audio.h> #include "gstlevel.h" -#include "math.h" GST_DEBUG_CATEGORY_STATIC (level_debug); #define GST_CAT_DEFAULT level_debug |
