mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-14 20:22:21 +00:00
libDtSearch: Resolve implicit-function-declaration warnings
This commit is contained in:
parent
75c377065a
commit
ef31500c04
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
*/
|
||||
#include <stddef.h>
|
||||
#include "boolpars.h"
|
||||
|
||||
int yylex(void);
|
||||
void yyerror(char *);
|
||||
|
||||
%}
|
||||
|
||||
%union {
|
||||
|
|
Loading…
Reference in a new issue