diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 15:23:06 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 15:23:06 -0500 |
commit | 0de7e6af114aae2e19af0b3574f91de8df89a4c3 (patch) | |
tree | 4a1d37d8d6b7641d9280d64adc00414b7ba96957 /src/libudev/log.c | |
parent | 6ea07b48a52babf89d94888b13320bdf6a63a420 (diff) |
Include config.h in src/libudev/Makefile.am to provide needed #define's
This commit provides needed #define's that provide structures that
are found at configure time. It also reverts commit
91ce21b2d7978837b233e152ac63863a910eaf21
to avoid redefinitions of _GNU_SOURCE.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/log.c')
-rw-r--r-- | src/libudev/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/log.c b/src/libudev/log.c index 8328cf6b20..5c07b626c2 100644 --- a/src/libudev/log.c +++ b/src/libudev/log.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#define _GNU_SOURCE #include <stdarg.h> #include <stdio.h> |