aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_10deg.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-04 21:19:07 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-04 21:19:07 +0100
commit5aa19525320fa10f6de202e8de4c3a3e67f7d426 (patch)
treed83c7d7e53602f4ae9e9fac1e9b927112e025593 /src/parse_10deg.c
parentm (diff)
downloadlibred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.gz
libred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.bz2
libred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/parse_10deg.c')
-rw-r--r--src/parse_10deg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse_10deg.c b/src/parse_10deg.c
index ef1c3d5..621e55e 100644
--- a/src/parse_10deg.c
+++ b/src/parse_10deg.c
@@ -14,8 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "blackbody.h"
+#include "libred.h"
#include "macros.h"
+#include <math.h>
#include <sys/stat.h>