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

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



The branch, master has been updated
       via  fc0f0e38bb0f9c307497e94bf74816b5121b820e (commit)
      from  ccae6f40fb7d339abab68784e40370974984d539 (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/gcode/gcode.c |    1 +
 src/hid/nelma/nelma.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


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

commit fc0f0e38bb0f9c307497e94bf74816b5121b820e
Author: Bob Paddock <bobpspam@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add missing Message() prototype to remove warning about same.

:100644 100644 64d45cb... d2dd717... M	src/hid/gcode/gcode.c
:100644 100644 60f5b37... 0a1efef... M	src/hid/nelma/nelma.c

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

commit fc0f0e38bb0f9c307497e94bf74816b5121b820e
Author: Bob Paddock <bobpspam@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add missing Message() prototype to remove warning about same.

diff --git a/src/hid/gcode/gcode.c b/src/hid/gcode/gcode.c
index 64d45cb..d2dd717 100644
--- a/src/hid/gcode/gcode.c
+++ b/src/hid/gcode/gcode.c
@@ -45,6 +45,7 @@
 #include <time.h>
 
 #include "global.h"
+#include "error.h" /* Message() */
 #include "data.h"
 #include "misc.h"
 #include "rats.h"
diff --git a/src/hid/nelma/nelma.c b/src/hid/nelma/nelma.c
index 60f5b37..0a1efef 100644
--- a/src/hid/nelma/nelma.c
+++ b/src/hid/nelma/nelma.c
@@ -64,6 +64,7 @@
 #include <time.h>
 
 #include "global.h"
+#include "error.h" /* Message() */
 #include "data.h"
 #include "misc.h"
 #include "rats.h"




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