Commit 3f48f0aaea44d7c32d64ad846d930f92c0237fb9

Authored by Perry Werneck
1 parent 4742630d

Incluindo arquivo que faltava no sdk.

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -367,6 +367,7 @@ install-sdk:
367 367 @$(INSTALL_DATA) src/include/lib3270/charset.h $(DESTDIR)/$(includedir)/lib3270
368 368 @$(INSTALL_DATA) src/include/lib3270/filetransfer.h $(DESTDIR)/$(includedir)/lib3270
369 369 @$(INSTALL_DATA) src/include/lib3270/log.h $(DESTDIR)/$(includedir)/lib3270
  370 + @$(INSTALL_DATA) src/include/lib3270/session.h $(DESTDIR)/$(includedir)/lib3270
370 371  
371 372 @$(MKDIR) $(DESTDIR)$(includedir)/pw3270
372 373 @$(INSTALL_DATA) src/include/pw3270/v3270.h $(DESTDIR)/$(includedir)/pw3270
... ...
src/include/lib3270/session.h
... ... @@ -31,9 +31,7 @@
31 31  
32 32 #define LIB3270_SESSION_H_INCLUDED 1
33 33  
34   -// #include <sys/time.h>
35 34 #include <lib3270/popup.h>
36   -// #include <lib3270/charset.h>
37 35  
38 36 struct lib3270_session_callbacks
39 37 {
... ...