Use proper library name

This commit is contained in:
Justin Ethier 2016-09-27 03:21:00 -04:00
parent d4cdd95c52
commit 84cf5f2d08

View file

@ -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>")