This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17370] #include <linux/timex.h> makes gcc give an error
- From: "ruben at ugr dot es" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2004 11:15:21 -0000
- Subject: [Bug c/17370] #include <linux/timex.h> makes gcc give an error
- References: <20040909111106.17370.ruben@ugr.es>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ruben at ugr dot es 2004-09-09 11:15 -------
Adding
#include <linux/time.h>
at the top of linux/timex.h
Should fix this problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17370