]> git.puffer.fish Git - mirror/frr.git/commit
build: fix assert() use in .pb-c.c files 8613/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 3 May 2021 16:47:32 +0000 (18:47 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 3 May 2021 16:48:33 +0000 (18:48 +0200)
commit20a4a2e9e64c656e8896ee0754938905c61d320a
treed6e3d5e25896c5624d28ad940bb7bd32af63c3df
parentf71e1ff6a98d0e244c7da11d870d14e31b517811
build: fix assert() use in .pb-c.c files

The .pb-c.c files pick up our assert() override, but that needs config.h
to be included too, and that needs to go at the very top of the file...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
qpb/subdir.am