[pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>

math.h does not define __USE_ISOC99 otherwise.
This commit is contained in:
Behdad Esfahbod 2006-12-17 14:31:39 -05:00
parent 2ca6a767ee
commit 0bea2ce7f7

View file

@ -14,6 +14,8 @@
if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define _GNU_SOURCE
#include "lpyramid.h"
#include <math.h>
#include <stdio.h>