[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (f1353c0b245d4fad16add67bf8e63a2f57d9f427)



The branch, master has been updated
       via  f1353c0b245d4fad16add67bf8e63a2f57d9f427 (commit)
      from  8fbd6b89053bd39eaf76f20ad62c570c2d50c705 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/batch/batch.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit f1353c0b245d4fad16add67bf8e63a2f57d9f427
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/batch: #include "hid/common/draw_helpers.h" which was missing
    
    Fixes a compiler warning about an implicitly declared function.

:100644 100644 a51d058... 1b5ca10... M	src/hid/batch/batch.c

=========
 Changes
=========

commit f1353c0b245d4fad16add67bf8e63a2f57d9f427
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/batch: #include "hid/common/draw_helpers.h" which was missing
    
    Fixes a compiler warning about an implicitly declared function.

diff --git a/src/hid/batch/batch.c b/src/hid/batch/batch.c
index a51d058..1b5ca10 100644
--- a/src/hid/batch/batch.c
+++ b/src/hid/batch/batch.c
@@ -17,6 +17,7 @@
 #include "hid.h"
 #include "../hidint.h"
 
+#include "hid/common/draw_helpers.h"
 #include "hid/common/actions.h"
 #include "hid/common/hidinit.h"
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs