public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* usage of linux/types.h wrt to install_headers
@ 2006-12-06 23:03 Mike Frysinger
  2006-12-12 22:58 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2006-12-06 23:03 UTC (permalink / raw)
  To: linux-kernel

there are a plethora of headers that cannot be included straight due
to the usage of __ types (like __u32) without first including
linux/types.h ... so the question is, should all of these headers be
fixed to properly pull in linux/types.h first or are users expected to
"just know" the correct order of headers ?  in my mind, pretty much
every header is fair game for straight "#include <header>" usage and
requiring a list of headers to be pulled in properly is ignoring the
problem ...
-mike

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-12 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 23:03 usage of linux/types.h wrt to install_headers Mike Frysinger
2006-12-12 22:58 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox