Skip to content

Commit

Permalink
Merge pull request #104 from kloczek/master
Browse files Browse the repository at this point in the history
fix -Wimplicit-function-declaration warnings
  • Loading branch information
egli authored Feb 2, 2024
2 parents beb3587 + abfe204 commit 90e0436
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions liblouisutdml/liblouisutdml.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"
#include <libxml/xmlsave.h>
#include <libxml/HTMLparser.h>
#include <libxml/catalog.h>

Expand Down
2 changes: 2 additions & 0 deletions liblouisutdml/transcriber.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libxml/parser.h>
#include <libxml/xmlsave.h>
#include "louisutdml.h"

static xmlNode *firstBrlNode;
Expand Down
1 change: 1 addition & 0 deletions liblouisutdml/utd2brf.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"

Expand Down
1 change: 1 addition & 0 deletions liblouisutdml/utd2dsbible.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"

Expand Down
1 change: 1 addition & 0 deletions liblouisutdml/utd2pef.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"

Expand Down
1 change: 1 addition & 0 deletions liblouisutdml/utd2transinxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"

Expand Down
1 change: 1 addition & 0 deletions liblouisutdml/utd2volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "louisutdml.h"

Expand Down

0 comments on commit 90e0436

Please sign in to comment.