Eric Blake e8314e78f9 build: fix virnetlink on glibc 2.11
We were being lazy - virnetlink.c was getting uint32_t as a
side-effect from glibc 2.14's <unistd.h>, but older glibc 2.11
does not provide uint32_t from <unistd.h>.  In fact, POSIX states
that <unistd.h> need only provide intptr_t, not all of <stdint.h>,
so the bug really is ours.  Reported by Jonathan Alescio.

* src/util/virnetlink.h: Include <stdint.h>.
2012-05-18 09:42:25 -06:00
..
2012-03-12 08:09:37 -06:00
2012-05-02 12:47:20 -06:00
2012-02-29 17:42:18 +08:00
2012-02-29 12:27:12 +01:00
2012-03-06 06:03:46 -05:00
2012-03-23 21:56:20 +08:00
2012-04-19 10:21:43 -04:00
2012-04-19 10:21:43 -04:00
2012-04-19 17:42:53 -06:00
2012-05-09 11:57:44 +02:00
2012-04-23 07:44:29 -06:00
2012-04-19 17:42:53 -06:00