diff options
Diffstat (limited to 'oldXMenu/FindSel.c')
-rw-r--r-- | oldXMenu/FindSel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 72ee142dc80..fbf235c463d 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c @@ -31,6 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "XMenuInt.h" +#include <string.h> int XMenuFindSelection(register XMenu *menu, int p_num, register char *label) @@ -83,4 +84,3 @@ XMenuFindSelection(register XMenu *menu, int p_num, register char *label) _XMErrorCode = XME_S_NOT_FOUND; return (XM_FAILURE); } - |