mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
Include <assert.h>.
This commit is contained in:
parent
bdbe8501c6
commit
3f9ce84b4a
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "variable.h"
|
||||
#include "job.h"
|
||||
#include "getopt.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
extern void print_variable_data_base ();
|
||||
|
|
Loading…
Reference in a new issue