[Bug 393923] [NEW] agg_rasterizer_cells_aa.h missing #includes <limits.h> and <stdlib.h> so it doesn't compile on new GCC versions

Launchpad Bug Tracker 393923 at bugs.launchpad.net
Mon Aug 23 02:04:26 BST 2010


You have been subscribed to a public bug by Artur Rona (ari-tczew):

--- a/agg_rasterizer_cells_aa.h	2009-06-30 18:52:53.806022454 +0300
+++ b/agg_rasterizer_cells_aa.h	2009-06-30 18:40:49.886565100 +0300
@@ -39,6 +39,8 @@
 #ifndef AGG_RASTERIZER_CELLS_AA_INCLUDED
 #define AGG_RASTERIZER_CELLS_AA_INCLUDED
 
+#include <limits.h>
+#include <stdlib.h>
 #include <string.h>
 #include <math.h>
 #include "agg_math.h"

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: libagg-dev 2.5+dfsg1-1ubuntu1 [modified: usr/include/agg2/agg_rasterizer_cells_aa.h]
ProcEnviron:
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: agg
Uname: Linux 2.6.28-12-generic x86_64

** Affects: agg (Ubuntu)
     Importance: Undecided
         Status: Confirmed

** Affects: agg (Debian)
     Importance: Unknown
         Status: Unknown


** Tags: amd64 apport-bug
-- 
agg_rasterizer_cells_aa.h missing #includes <limits.h> and <stdlib.h> so it doesn't compile on new GCC versions
https://bugs.launchpad.net/bugs/393923
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list