mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Use proper library name
This commit is contained in:
parent
d4cdd95c52
commit
84cf5f2d08
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
;;;; This module implements the basic socket interface from SRFI 106:
|
||||
;;;; http://srfi.schemers.org/srfi-106/srfi-106.html
|
||||
;;;;
|
||||
(define-library (106) ;(srfi 106)
|
||||
(define-library (srfi 106)
|
||||
(include-c-header "<sys/types.h>")
|
||||
(include-c-header "<sys/socket.h>")
|
||||
(include-c-header "<netinet/in.h>")
|
||||
|
|
Loading…
Add table
Reference in a new issue