diff options
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/ChgPane.c | 1 | ||||
| -rw-r--r-- | oldXMenu/ChgSel.c | 1 | ||||
| -rw-r--r-- | oldXMenu/Create.c | 1 | ||||
| -rw-r--r-- | oldXMenu/InsPane.c | 1 | ||||
| -rw-r--r-- | oldXMenu/InsSel.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index d2977b73faf..733f65950f5 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include "XMenuInt.h" | 16 | #include "XMenuInt.h" |
| 17 | #include <string.h> | ||
| 17 | 18 | ||
| 18 | int | 19 | int |
| 19 | XMenuChangePane(register XMenu *menu, register int p_num, char *label) | 20 | XMenuChangePane(register XMenu *menu, register int p_num, char *label) |
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index d24e61f56d5..5a46b5cf587 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include "XMenuInt.h" | 16 | #include "XMenuInt.h" |
| 17 | #include <string.h> | ||
| 17 | 18 | ||
| 18 | int | 19 | int |
| 19 | XMenuChangeSelection(Display *display, register XMenu *menu, register int p_num, register int s_num, char *data, int data_sw, char *label, int label_sw) | 20 | XMenuChangeSelection(Display *display, register XMenu *menu, register int p_num, register int s_num, char *data, int data_sw, char *label, int label_sw) |
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index 0e72a2d2e58..a0913685365 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -31,6 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | 31 | ||
| 32 | #include "XMenuInt.h" | 32 | #include "XMenuInt.h" |
| 33 | #include <stdlib.h> | 33 | #include <stdlib.h> |
| 34 | #include <string.h> | ||
| 34 | 35 | ||
| 35 | #ifdef EMACS_BITMAP_FILES | 36 | #ifdef EMACS_BITMAP_FILES |
| 36 | #include "../src/bitmaps/dimple1.xbm" | 37 | #include "../src/bitmaps/dimple1.xbm" |
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index d8470f3a5bf..da92f49aa77 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "XMenuInt.h" | 17 | #include "XMenuInt.h" |
| 18 | #include <string.h> | ||
| 18 | 19 | ||
| 19 | int | 20 | int |
| 20 | XMenuInsertPane(register XMenu *menu, register int p_num, char *label, int active) | 21 | XMenuInsertPane(register XMenu *menu, register int p_num, char *label, int active) |
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index 66f4968197d..f5380437958 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include "XMenuInt.h" | 16 | #include "XMenuInt.h" |
| 17 | #include <string.h> | ||
| 17 | 18 | ||
| 18 | int | 19 | int |
| 19 | XMenuInsertSelection(register XMenu *menu, register int p_num, register int s_num, char *data, char *label, int active) | 20 | XMenuInsertSelection(register XMenu *menu, register int p_num, register int s_num, char *data, char *label, int active) |