kopia lustrzana https://gitlab.com/sane-project/backends
Use lassert.h instead of assert.h
rodzic
3b1411d8e0
commit
835863707b
|
@ -48,7 +48,7 @@ extern int sanei_debug_hp; */
|
|||
|
||||
#include "sane/config.h"
|
||||
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -49,7 +49,7 @@ extern int sanei_debug_hp;*/
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
#include "hp-device.h"
|
||||
#include "hp-accessor.h"
|
||||
#include "hp-option.h"
|
||||
|
|
|
@ -52,7 +52,7 @@ extern int sanei_debug_hp; */
|
|||
#endif
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
|
@ -49,7 +49,7 @@ extern int sanei_debug_hp;*/
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
|
||||
#include "hp.h"
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ extern int sanei_debug_hp; */
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
#ifndef SANE_HOME_HP
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
|
|
@ -56,7 +56,7 @@ extern int sanei_debug_hp;*/
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include "../include/assert.h"
|
||||
#include "../include/lassert.h"
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Ładowanie…
Reference in New Issue