ShellRecorder: Include math.h for M_PI

https://bugzilla.gnome.org/show_bug.cgi?id=631510
This commit is contained in:
Guido Günther 2010-10-06 12:37:50 +02:00 committed by Owen W. Taylor
parent 0215a449ad
commit ad557a3515

View File

@ -3,6 +3,7 @@
#include "config.h"
#include <fcntl.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>